Index: chrome/common/extensions/docs/apps/events.html |
diff --git a/chrome/common/extensions/docs/apps/events.html b/chrome/common/extensions/docs/apps/events.html |
index e4edf3dc4db84b3390c7cd4944010ae763688f1e..54c2e244ecd0c72bf77a769cb944607949e77b5b 100644 |
--- a/chrome/common/extensions/docs/apps/events.html |
+++ b/chrome/common/extensions/docs/apps/events.html |
@@ -330,8 +330,8 @@ 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> |
-</p><pre>var rule_ids = ["id1", "id2", ...]; |
+</p> |
+<pre>var rule_ids = ["id1", "id2", ...]; |
function getRules(rule_ids, function callback(details) {...}); |
</pre> |
<p> |