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

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

Issue 92143003: Docserver: Reorganise the site templates into a single site.html file which (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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/private/api_reference.html
diff --git a/chrome/common/extensions/docs/templates/private/api_reference.html b/chrome/common/extensions/docs/templates/private/api_reference.html
index 30dc4f96a73b043fc3d6990fc5793221b9ddc7b5..6a879c2a313e871d47058298686bf9184cd540ff 100644
--- a/chrome/common/extensions/docs/templates/private/api_reference.html
+++ b/chrome/common/extensions/docs/templates/private/api_reference.html
@@ -38,7 +38,7 @@
{{/api.domEvents}}
</div>
{{?samples_list}}
- <h2 id="samples">Sample {{title}} that use chrome.{{api.name}}</h2>
+ <h2 id="samples">Sample {{platformTitle}} that use {{api.namespace}}</h2>
<ul>
{{#sample:samples_list}}
<li><strong><a href="samples.html#{{sample.id}}">{{sample.name}}</a></strong>

Powered by Google App Engine
This is Rietveld 408576698