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

Unified Diff: chrome/common/extensions/docs/templates/articles/notifications.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/notifications.html
diff --git a/chrome/common/extensions/docs/templates/articles/notifications.html b/chrome/common/extensions/docs/templates/articles/notifications.html
index 12014c666213d8581cde3bf113095781ad16d6c4..20e74c25398e5febe26e933c9257eaa0eb233944 100644
--- a/chrome/common/extensions/docs/templates/articles/notifications.html
+++ b/chrome/common/extensions/docs/templates/articles/notifications.html
@@ -71,7 +71,7 @@ var notification = webkitNotifications.createHTMLNotification(
notification.show();
</pre>
-<h2>API Reference</h2>
+<h2 id="reference">API Reference</h2>
<p>See the <a href="http://dev.chromium.org/developers/design-documents/desktop-notifications/api-specification">Desktop Notifications Draft Specification</a>.</p>

Powered by Google App Engine
This is Rietveld 408576698