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

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

Issue 10830252: Extensions Docs Server: Uniform handling of file not found errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/events.html
diff --git a/chrome/common/extensions/docs/server2/templates/intros/events.html b/chrome/common/extensions/docs/server2/templates/intros/events.html
index c30768930021d31b15c72defc142458ab39b852f..709c6f17b88176977a2385e938093819097ea227 100644
--- a/chrome/common/extensions/docs/server2/templates/intros/events.html
+++ b/chrome/common/extensions/docs/server2/templates/intros/events.html
@@ -143,7 +143,7 @@ To retrieve a list of currently registered rules, call the
<code>getRules()</code> function. It accepts an optional array of rule
identifiers with the same semantics as <code>removeRules</code> and a callback
function.
-<p>
+</p>
<pre>
var rule_ids = ["id1", "id2", ...];
@@ -154,4 +154,5 @@ function getRules(rule_ids, function callback(details) {...});
The <code>details</code> parameter passed to the <code>calback()</code> function
refers to an array of rules including filled optional parameters.
</p>
-</div>
+</div>
+{{/is_apps}}

Powered by Google App Engine
This is Rietveld 408576698