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

Unified Diff: chrome/common/extensions/docs/server2/templates/intros/permissions.html

Issue 10800047: Extension Docs Server Version 2: Various fixes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: ok now it should work 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/intros/permissions.html
diff --git a/chrome/common/extensions/docs/server2/templates/intros/permissions.html b/chrome/common/extensions/docs/server2/templates/intros/permissions.html
index ab3c61dcb0f265d43644919e139d5a29d638106a..37ba76efc97d6ac62cc5dda454377c1243721bc0 100644
--- a/chrome/common/extensions/docs/server2/templates/intros/permissions.html
+++ b/chrome/common/extensions/docs/server2/templates/intros/permissions.html
@@ -13,9 +13,7 @@
</p>
<h2 id="howto"> Implementing optional permissions </h2>
-<h3 id="types">
- Step 1: Decide which permissions are optional and required
-</h3>
+<h3 id="types"> Step 1: Decide which permissions are optional and required </h3>
<p>
Extensions should generally require permissions when they are needed for the
extension's basic functionality and employ optional permissions for optional

Powered by Google App Engine
This is Rietveld 408576698