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

Unified Diff: chrome/common/extensions/docs/server2/templates/private/callback.html

Issue 10837073: Extension docs server: fix the rendering of webstore.html. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months 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/server2/templates/private/callback.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/callback.html b/chrome/common/extensions/docs/server2/templates/private/callback.html
index 05b2afe60bdd74c3e3d62a2a2cde2bb0546fff7d..71d1adc9d60f487c95e60618c1c58ea10eda62ac 100644
--- a/chrome/common/extensions/docs/server2/templates/private/callback.html
+++ b/chrome/common/extensions/docs/server2/templates/private/callback.html
@@ -1,10 +1,10 @@
<h4>Callback function</h4>
<p>
{{?optional}}
- If you specify the <em>callback</em> parameter, it should
+ If you specify the <em>{{name}}</em> parameter, it should
specify a function that looks like this:
{{:}}
- The <em>callback</em> parameter should specify a function
+ The <em>{{name}}</em> parameter should specify a function
that looks like this:
{{/}}
</p>
« no previous file with comments | « chrome/common/extensions/docs/server2/handlebar_dict_generator.py ('k') | tools/json_schema_compiler/model.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698