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}} |