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

Unified Diff: chrome/common/extensions/docs/templates/private/variable_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
« no previous file with comments | « chrome/common/extensions/docs/templates/private/type.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/private/variable_type.html
diff --git a/chrome/common/extensions/docs/templates/private/variable_type.html b/chrome/common/extensions/docs/templates/private/variable_type.html
index a3791fa0d95f3385166d792f0c3aac71244f1588..708da886c8c572fd778025c2b468b5b6a9d73188 100644
--- a/chrome/common/extensions/docs/templates/private/variable_type.html
+++ b/chrome/common/extensions/docs/templates/private/variable_type.html
@@ -13,7 +13,7 @@ array of {{+partials.variable_type}}
{{simple_type}}
{{/simple_type}}
{{?enum_values}}
-enum of {{#enum_values}}{{?last}}or {{/}}<code>"{{name}}"</code>{{^last}}, {{/}}{{/}}
+enum of {{#enum_values}}{{?@.last}}or {{/}}<code>"{{name}}"</code>{{^@.last}}, {{/}}{{/}}
{{/enum_values}}
{{?value}}
<code>{{value}}</code>
« no previous file with comments | « chrome/common/extensions/docs/templates/private/type.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698