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

Unified Diff: chrome/common/extensions/docs/templates/articles/background_pages.html

Issue 10993029: Extensions Docs Server: Fix headings with no IDs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more descriptive ids Created 8 years, 3 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/templates/articles/background_pages.html
diff --git a/chrome/common/extensions/docs/templates/articles/background_pages.html b/chrome/common/extensions/docs/templates/articles/background_pages.html
index 7a7d6c83c6777ab488f8ddc47481d5de0f4e8e92..701d4d183c6476590088285f524b01246762743e 100644
--- a/chrome/common/extensions/docs/templates/articles/background_pages.html
+++ b/chrome/common/extensions/docs/templates/articles/background_pages.html
@@ -83,7 +83,7 @@ you might also want to specify the
</p>
-<h2>Details</h2>
+<h2 id="details">Details</h2>
<p>
You can communicate between your various pages using direct script calls,
@@ -157,4 +157,4 @@ chrome.browserAction.onClicked.addListener(function(tab) {
&lt;/body>
&lt;/html>
-</pre>
+</pre>

Powered by Google App Engine
This is Rietveld 408576698