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

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

Issue 10797039: Extensions Docs Server: devtools API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move parsing logic into utils Created 8 years, 5 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
Index: chrome/common/extensions/docs/server2/templates/private/type.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/type.html b/chrome/common/extensions/docs/server2/templates/private/type.html
index adc9a74728218944525770c5435e0bf81ffe8526..cac6e1774c74b66180d7adc305acfa92cc673ce2 100644
--- a/chrome/common/extensions/docs/server2/templates/private/type.html
+++ b/chrome/common/extensions/docs/server2/templates/private/type.html
@@ -4,7 +4,7 @@
<div>
<dt>{{+partials.type_name}}</dt>
<dd>{{{description}}}</dd>
- <dd><dl>{{#properties}}{{+partials.property}}{{/}}</dl></dd>
+ <dd><dl>{{#properties}}{{^additional_properties}}{{+partials.property}}{{/}}{{/}}</dl></dd>
{{?functions}}
<a name={{type.name}}-methods></a>
<dd><h3>Methods of {{type.name}}</h3>

Powered by Google App Engine
This is Rietveld 408576698