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

Unified Diff: chrome/common/extensions/docs/server2/templates/public/extensions/samples.html

Issue 10826173: Extensions Docs Server: Proper path handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/public/extensions/samples.html
diff --git a/chrome/common/extensions/docs/server2/templates/public/extensions/samples.html b/chrome/common/extensions/docs/server2/templates/public/extensions/samples.html
index 575590c15ee7cd6c1701fb459c8625cf3a2fcb49..e02066cbfee2c5aba238f90a56d8206736509f34 100644
--- a/chrome/common/extensions/docs/server2/templates/public/extensions/samples.html
+++ b/chrome/common/extensions/docs/server2/templates/public/extensions/samples.html
@@ -20,7 +20,7 @@
<td class="label">Filter by API:</td>
<td>
<div id="api_filter_items">
- {{#api_list.chrome}}
+ {{#api_list.extensions.chrome}}
<span><a href="javascript:void(0)">{{name}}</a>{{^last}} | {{/}}</span>
{{/}}
</div>

Powered by Google App Engine
This is Rietveld 408576698