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

Unified Diff: chrome/common/extensions/docs/templates/private/type.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/type.html
diff --git a/chrome/common/extensions/docs/templates/private/type.html b/chrome/common/extensions/docs/templates/private/type.html
index f99dad8d7b524315bb2475c3f50fcdc529027ec5..12c3b9011a560c4c51d01a8949803b62569a79b1 100644
--- a/chrome/common/extensions/docs/templates/private/type.html
+++ b/chrome/common/extensions/docs/templates/private/type.html
@@ -7,7 +7,7 @@
{{?enum_values}}
<dd>enum of
{{#enum_values}}
- {{?last}}or {{/}}<code>"{{name}}"</code>{{^last}}, {{/}}
+ {{?@.last}}or {{/}}<code>"{{name}}"</code>{{^@.last}}, {{/}}
{{/enum_values}}
</dd>
{{:enum_values}}

Powered by Google App Engine
This is Rietveld 408576698