summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,