Index: chrome/common/extensions/docs/extensions/events.html |
diff --git a/chrome/common/extensions/docs/extensions/events.html b/chrome/common/extensions/docs/extensions/events.html |
index 787425863412ab2100a16631815a8355419bef92..4720d8f0cf8ba6e3d308dfc73f87f66de94f5137 100644 |
--- a/chrome/common/extensions/docs/extensions/events.html |
+++ b/chrome/common/extensions/docs/extensions/events.html |
@@ -361,8 +361,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> |