Index: chrome/common/extensions/docs/templates/private/table_of_contents.html |
diff --git a/chrome/common/extensions/docs/templates/private/table_of_contents.html b/chrome/common/extensions/docs/templates/private/table_of_contents.html |
index 952389aa24a33a20a8039e2915a2532cac2e8b4a..51cae7400fb23da5cb3aa6442b2e0c4a28bebb78 100644 |
--- a/chrome/common/extensions/docs/templates/private/table_of_contents.html |
+++ b/chrome/common/extensions/docs/templates/private/table_of_contents.html |
@@ -1,6 +1,6 @@ |
<div id="toc"> |
<ol> |
- {{?has_toc}} |
+ {{?toc_items}} |
{{#i:toc_items}} |
<li> |
<a href="#{{i.link}}">{{{i.title}}}</a> |
@@ -11,7 +11,7 @@ |
{{/}} |
</li> |
{{/toc_items}} |
- {{/has_toc}} |
+ {{/toc_items}} |
{{?api}} |
<div class="api-reference"> |
<li> |