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

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

Issue 99703004: Docserver: Fix the TOC rendering for API references by fixing the haphazard way (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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
« no previous file with comments | « chrome/common/extensions/docs/templates/private/type.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/common/extensions/docs/templates/private/type.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698