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

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

Issue 10815042: Extensions Docs Server: api_index.html, experimental.html (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix name 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
« no previous file with comments | « chrome/common/extensions/docs/server2/templates/articles/api_index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/templates/articles/experimental.html
diff --git a/chrome/common/extensions/docs/server2/templates/articles/experimental.html b/chrome/common/extensions/docs/server2/templates/articles/experimental.html
index bc4cf34d5727fa264a51fea3e40670b655e1a2a7..7dd3aab2b02b4d81e64229636194fc299e4dd703 100644
--- a/chrome/common/extensions/docs/server2/templates/articles/experimental.html
+++ b/chrome/common/extensions/docs/server2/templates/articles/experimental.html
@@ -30,7 +30,7 @@ on the following experimental APIs:
<ul>
{{#api_list.experimental}}
- <li><a href="{{@}}.html">{{@}}</a></li>
+ <li><a href="{{name}}.html">{{name}}</a></li>
{{/}}
</ul>
« no previous file with comments | « chrome/common/extensions/docs/server2/templates/articles/api_index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698