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

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

Issue 65643009: Docserver: Attach intro metadata to the template itself, not to an object which (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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_table.html
diff --git a/chrome/common/extensions/docs/templates/private/api_table.html b/chrome/common/extensions/docs/templates/private/api_table.html
index 8800d95eb46214abeae44e5f40fbd8cf1dd6510d..f416c08ed732c5e861f4d83ecf1843958fd50c77 100644
--- a/chrome/common/extensions/docs/templates/private/api_table.html
+++ b/chrome/common/extensions/docs/templates/private/api_table.html
@@ -4,9 +4,9 @@
<tr>
<td><a href="{{a.name}}.html">{{a.name}}</a></td>
<td>{{{a.description}}}</td>
- {{?a.is_stable}}
+ {{?is_stable}}
<td>{{a.version}}</td>
- {{/a.is_stable}}
+ {{/is_stable}}
</tr>
{{/apis}}
</table>

Powered by Google App Engine
This is Rietveld 408576698