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

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

Issue 10810047: Extensions Docs Server: HTML parser in IDS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No HTML in toc and only take first h1 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
« no previous file with comments | « chrome/common/extensions/docs/server2/intro_data_source.py ('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/server2/templates/private/table_of_contents.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html b/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html
index 83dc27c6f0b9911f24a7862d7b51b903cab0086a..6f3905225624907ec88bbe4f7f22cdf50d547a37 100644
--- a/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html
+++ b/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html
@@ -3,10 +3,10 @@
<ol>
{{#toc}}
<li>
- <a href=#{{link}}>{{title}}</a>
+ <a href=#{{link}}>{{{title}}}</a>
{{?subheadings}}
<ol>
- {{#subheadings}}<li><a href=#{{link}}>{{title}}</a></li>{{/}}
+ {{#subheadings}}<li><a href=#{{link}}>{{{title}}}</a></li>{{/}}
</ol>
{{/}}
</li>
« no previous file with comments | « chrome/common/extensions/docs/server2/intro_data_source.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698