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> |