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

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

Issue 22854025: Use the externally_connectable schema from manifest_types.json to generate its (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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/templates/private/intro_table.html
diff --git a/chrome/common/extensions/docs/templates/private/intro_table.html b/chrome/common/extensions/docs/templates/private/intro_table.html
index e8331af87df35aafa516e1e4891f062987396d90..4a9f3c57495221081ddb77ec59f7e0d011f1839f 100644
--- a/chrome/common/extensions/docs/templates/private/intro_table.html
+++ b/chrome/common/extensions/docs/templates/private/intro_table.html
@@ -1,5 +1,5 @@
<table class="intro" id="intro">
- {{#api.intro_list}}
+ {{#api.introList}}
<tr>
<td class="title">{{title}}:</td>
<td>
@@ -14,5 +14,5 @@
{{/content}}
</td>
</tr>
- {{/api.intro_list}}
+ {{/api.introList}}
</table>

Powered by Google App Engine
This is Rietveld 408576698