diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-02-11 17:24:04 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-02-11 17:24:04 -0500 |
commit | c1bf0cb32265ace9bcdeee13008708b95fcc891a (patch) | |
tree | 5ba60c7fdbfb2334b7d6fd080a04ed3a5c4fc01d | |
parent | 083c29e3dec87c43549d33e447c41779e9c61b69 (diff) | |
download | pentadactyl-c1bf0cb32265ace9bcdeee13008708b95fcc891a.tar.gz |
Don't generate :style definitions with ! in :mkp. Remove <oa>!</oa> from docs.
-rw-r--r-- | common/locale/en-US/styling.xml | 2 | ||||
-rw-r--r-- | common/modules/styles.jsm | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/common/locale/en-US/styling.xml b/common/locale/en-US/styling.xml index 6ac53f5a..ef07498a 100644 --- a/common/locale/en-US/styling.xml +++ b/common/locale/en-US/styling.xml @@ -146,7 +146,7 @@ <item> <tags>:sty :style</tags> - <spec>:sty<oa>le</oa><oa>!</oa> <oa>-name=<a>name</a></oa> <oa>-append</oa> <a>filter</a> <oa>css</oa></spec> + <spec>:sty<oa>le</oa> <oa>-name=<a>name</a></oa> <oa>-append</oa> <a>filter</a> <oa>css</oa></spec> <description> <p> Add CSS styles to the browser or to web pages. <a>filter</a> is a diff --git a/common/modules/styles.jsm b/common/modules/styles.jsm index e438d979..8f99db9f 100644 --- a/common/modules/styles.jsm +++ b/common/modules/styles.jsm @@ -605,7 +605,6 @@ var Styles = Module("Styles", { .map(function (style) ({ command: "style", arguments: [style.sites.join(",")], - bang: true, literalArg: style.css, options: update({ "-group": hive.name, |