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 2d88500df006ea4a0f3148916f3ff9c6df88c255..510b9e89bd958c944a631ad4793c68d4c05deda6 100644 |
--- a/chrome/common/extensions/docs/templates/private/type_item.html |
+++ b/chrome/common/extensions/docs/templates/private/type_item.html |
@@ -1,10 +1,10 @@ |
{{?display_name}} |
-<h4 id="{{display_name}}-{{title}}" class="capitalize"> |
+<h3 id="{{display_name}}-{{title}}" class="capitalize" title=""> |
{{title}} of <a href="#type-{{display_name}}">{{display_name}}</a> |
-</h4> |
+</h3> |
{{/display_name}} |
<dd> |
<dl> |
- {{#i:items +item_partial parameter:i property:i event:i function:i/}} |
+ {{#i:items +item_partial parameter:i property:i event:i function:i parentName:display_name/}} |
</dl> |
</dd> |