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

Unified Diff: chrome/common/extensions/docs/templates/private/api_property.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
Index: chrome/common/extensions/docs/templates/private/api_property.html
diff --git a/chrome/common/extensions/docs/templates/private/api_property.html b/chrome/common/extensions/docs/templates/private/api_property.html
index c994b0d4f1f3bf9e1afd9f25e348ab7620fbe366..69837a249416b7e532f5c0bee26d64fb639bc5d5 100644
--- a/chrome/common/extensions/docs/templates/private/api_property.html
+++ b/chrome/common/extensions/docs/templates/private/api_property.html
@@ -10,7 +10,7 @@
{{{description}}}
</dd>{{/description}}
{{?properties}}
- <h4 id="{{name}}-properties">
+ <h4 id="{{name}}-properties" title="">
Properties of <a href="#property-{{name}}">{{name}}</a>
</h4>
<dd><dl>{{#p:properties}}
@@ -18,7 +18,7 @@
{{/properties}}</dl></dd>
{{/properties}}
{{?functions}}
- <h4 id="{{name}}-functions">
+ <h4 id="{{name}}-functions" title="">
Methods of <a href="#property-{{name}}">{{name}}</a>
</h4>
<dd><dl>{{#f:functions}}

Powered by Google App Engine
This is Rietveld 408576698