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

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

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment in converter.py 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
Index: chrome/common/extensions/docs/server2/templates/private/standard_article.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/standard_article.html b/chrome/common/extensions/docs/server2/templates/private/standard_article.html
index e1af6e105e30f1e1d0da7f86c001a5e69ddcebb9..58cd608bce55f2b22bd2c2098fc96a3f7fbf0271 100644
--- a/chrome/common/extensions/docs/server2/templates/private/standard_article.html
+++ b/chrome/common/extensions/docs/server2/templates/private/standard_article.html
@@ -10,7 +10,7 @@
<div id="gc-container">
{{+partials.sidenav}}
<div id="gc-pagecontent">
- {{+partials.table_of_contents toc:article.toc}}
+ {{?article.toc}}{{+partials.table_of_contents toc:article.toc}}{{/}}
{{- This may contain <pre> tags so it is not indented -}}
{{+article.intro}}
</div>

Powered by Google App Engine
This is Rietveld 408576698