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

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/api_index.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 | « no previous file | chrome/common/extensions/docs/server2/templates/articles/experimental.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/templates/articles/api_index.html
diff --git a/chrome/common/extensions/docs/server2/templates/articles/api_index.html b/chrome/common/extensions/docs/server2/templates/articles/api_index.html
index 8bd405be243bef3e7345f00f5bb99abe8514c1a1..748a264ae16725ba2cfe39428c2732e881aafc42 100644
--- a/chrome/common/extensions/docs/server2/templates/articles/api_index.html
+++ b/chrome/common/extensions/docs/server2/templates/articles/api_index.html
@@ -19,7 +19,7 @@ Here are the supported chrome.* APIs:
<ul>
{{#api_list.chrome}}
- <li><a href="{{@}}.html">{{@}}</a></li>
+ <li><a href="{{name}}.html">{{name}}</a></li>
{{/}}
</ul>
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/templates/articles/experimental.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698