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

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

Issue 61573002: Docserver: Disable escaping of enum value descriptions and fix some scope leakage. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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/enum_descriptions.html
diff --git a/chrome/common/extensions/docs/templates/private/enum_descriptions.html b/chrome/common/extensions/docs/templates/private/enum_descriptions.html
index f67e23e5fe809abced39848572205a05adc9aa12..6b70e74fae07d6b3b14903a197ec36440991bb3b 100644
--- a/chrome/common/extensions/docs/templates/private/enum_descriptions.html
+++ b/chrome/common/extensions/docs/templates/private/enum_descriptions.html
@@ -1,16 +1,16 @@
{{?values}}
<dl>
{{#values}}
- {{?description}}
+ {{?@.description}}
<dd>
<dl>
<dt>{{name}}</dt>
<dd>
- {{description}}
+ {{{description}}}
</dd>
</dl>
</dd>
- {{/description}}
+ {{/@.description}}
{{/values}}
</dl>
{{/values}}
« no previous file with comments | « chrome/common/extensions/docs/server2/cron.yaml ('k') | chrome/common/extensions/docs/templates/private/type.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698