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

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

Issue 13852038: Fix the spacing of enums in <pre>. See the current version of (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | 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 4806e7402cead7c43a12e7e9b31f0607714cebe7..a3791fa0d95f3385166d792f0c3aac71244f1588 100644
--- a/chrome/common/extensions/docs/templates/private/variable_type.html
+++ b/chrome/common/extensions/docs/templates/private/variable_type.html
@@ -13,9 +13,7 @@ array of {{+partials.variable_type}}
{{simple_type}}
{{/simple_type}}
{{?enum_values}}
-enum of {{#enum_values}}
- {{?last}} or {{/}}<code>"{{name}}"</code>{{^last}}, {{/}}
-{{/enum_values}}
+enum of {{#enum_values}}{{?last}}or {{/}}<code>"{{name}}"</code>{{^last}}, {{/}}{{/}}
{{/enum_values}}
{{?value}}
<code>{{value}}</code>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698