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