Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5027)

Unified Diff: chrome/common/extensions/docs/templates/articles/private_apis.html

Issue 61733018: Docserver: Update to the latest version of handlebar. Lots of re-syntaxifying. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments, rebase Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/articles/private_apis.html
diff --git a/chrome/common/extensions/docs/templates/articles/private_apis.html b/chrome/common/extensions/docs/templates/articles/private_apis.html
index 6c5fba6cb92590779d7f0fde709d5bcae4fa4709..7a5f4ad19e8cfef96b1882f16a877ea6e443b483 100644
--- a/chrome/common/extensions/docs/templates/articles/private_apis.html
+++ b/chrome/common/extensions/docs/templates/articles/private_apis.html
@@ -4,8 +4,8 @@
<ul>
{{?is_apps}}
-{{+partials.api_table apis:api_list.apps.private is_stable:false}}
+{{+partials.api_table apis:api_list.apps.private is_stable:false/}}
{{:is_apps}}
-{{+partials.api_table apis:api_list.extensions.private is_stable:false}}
+{{+partials.api_table apis:api_list.extensions.private is_stable:false/}}
{{/is_apps}}
</ul>

Powered by Google App Engine
This is Rietveld 408576698