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

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

Issue 149673004: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bumped versions Created 6 years, 10 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/templates/private/type_item.html
diff --git a/chrome/common/extensions/docs/templates/private/type_item.html b/chrome/common/extensions/docs/templates/private/type_item.html
index 510b9e89bd958c944a631ad4793c68d4c05deda6..176cdc4d7fbd74c514403a212b864aa1c016d58f 100644
--- a/chrome/common/extensions/docs/templates/private/type_item.html
+++ b/chrome/common/extensions/docs/templates/private/type_item.html
@@ -1,10 +1,4 @@
{{?display_name}}
-<h3 id="{{display_name}}-{{title}}" class="capitalize" title="">
- {{title}} of <a href="#type-{{display_name}}">{{display_name}}</a>
-</h3>
+<tr><th colspan="3" id="{{display_name}}-{{title}}">{{title}}</th></tr>
{{/display_name}}
-<dd>
- <dl>
- {{#i:items +item_partial parameter:i property:i event:i function:i parentName:display_name/}}
- </dl>
-</dd>
+{{#i:items +item_partial parameter:i property:i event:i function:i parentName:display_name/}}

Powered by Google App Engine
This is Rietveld 408576698