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

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

Issue 82583008: Docserver: Fix enum name rendering. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « 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/type.html
diff --git a/chrome/common/extensions/docs/templates/private/type.html b/chrome/common/extensions/docs/templates/private/type.html
index df786d0d6f5e058dc16eabbfe5a8450bf1c5ff18..9851a470be83a8a4e0c5dfc4143762404169ae7b 100644
--- a/chrome/common/extensions/docs/templates/private/type.html
+++ b/chrome/common/extensions/docs/templates/private/type.html
@@ -8,7 +8,7 @@
{{?enum_values}}
<dd>enum of
{{#e:enum_values}}
- {{?e.last}}or {{/}}<code>"{{name}}"</code>{{^e.last}}, {{/}}
+ {{?e.last}}or {{/}}<code>"{{e.name}}"</code>{{^e.last}}, {{/}}
{{/enum_values}}
</dd>
{{:enum_values}}
« 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