| Index: chrome/common/extensions/docs/static/events.html
|
| diff --git a/chrome/common/extensions/docs/static/events.html b/chrome/common/extensions/docs/static/events.html
|
| index 9c23b535d3743072775ab9f8f10358b1c1eed4fc..7dc4032fa88dd88d02d0fd4751b24313818ae21c 100644
|
| --- a/chrome/common/extensions/docs/static/events.html
|
| +++ b/chrome/common/extensions/docs/static/events.html
|
| @@ -142,7 +142,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", ...];
|
|
|