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

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

Issue 10800047: Extension Docs Server Version 2: Various fixes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: ok now it should work 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/parameter_full.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/parameter_full.html b/chrome/common/extensions/docs/server2/templates/private/parameter_full.html
index 89dbb1e7fb36847f5665df75452c1c388a67e163..df7474370faeb7dbeb4cf17a57ca65a9fad3aa86 100644
--- a/chrome/common/extensions/docs/server2/templates/private/parameter_full.html
+++ b/chrome/common/extensions/docs/server2/templates/private/parameter_full.html
@@ -2,7 +2,9 @@
{{+partials.property}}
<dd>
<dl>
- {{#properties}}{{+partials.property}}{{/}}
+ {{#properties}}
+ {{^additional_properties}}{{+partials.property}}{{/}}
+ {{/}}
</dl>
</dd>
</div>

Powered by Google App Engine
This is Rietveld 408576698