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

Unified Diff: chrome/common/extensions/docs/templates/articles/api_index.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/api_index.html
diff --git a/chrome/common/extensions/docs/templates/articles/api_index.html b/chrome/common/extensions/docs/templates/articles/api_index.html
index 1cf1a10b9d97ec38c7f81253f8716a9d02b2345e..a67765263d3c081a4f550b1e48cbebffde7b97ed 100644
--- a/chrome/common/extensions/docs/templates/articles/api_index.html
+++ b/chrome/common/extensions/docs/templates/articles/api_index.html
@@ -7,21 +7,21 @@ Chrome provides {{platform}}s with many special-purpose APIs like
{{?stable_apis}}
<h2 id="stable_apis">Stable APIs</h2>
<p>
-{{+partials.api_table apis:stable_apis is_stable:true}}
+{{+partials.api_table apis:stable_apis is_stable:true/}}
</p>
{{/stable_apis}}
{{?beta_apis}}
<h2 id="beta_apis">Beta APIs</h2>
<p>These APIs are only available in the Chrome Beta and Dev channels:
-{{+partials.api_table apis:beta_apis is_stable:false}}
+{{+partials.api_table apis:beta_apis is_stable:false/}}
</p>
{{/beta_apis}}
{{?dev_apis}}
<h2 id="dev_apis">Dev APIs</h2>
<p>These APIs are only available in the Chrome Dev channel:
-{{+partials.api_table apis:dev_apis is_stable:false}}
+{{+partials.api_table apis:dev_apis is_stable:false/}}
</p>
{{/dev_apis}}

Powered by Google App Engine
This is Rietveld 408576698