summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-02-11 17:24:04 -0500
committerKris Maglione <maglione.k@gmail.com>2011-02-11 17:24:04 -0500
commitc1bf0cb32265ace9bcdeee13008708b95fcc891a (patch)
tree5ba60c7fdbfb2334b7d6fd080a04ed3a5c4fc01d
parent083c29e3dec87c43549d33e447c41779e9c61b69 (diff)
downloadpentadactyl-c1bf0cb32265ace9bcdeee13008708b95fcc891a.tar.gz
Don't generate :style definitions with ! in :mkp. Remove <oa>!</oa> from docs.
-rw-r--r--common/locale/en-US/styling.xml2
-rw-r--r--common/modules/styles.jsm1
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,