From c1bf0cb32265ace9bcdeee13008708b95fcc891a Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 11 Feb 2011 17:24:04 -0500 Subject: [PATCH] Don't generate :style definitions with ! in :mkp. Remove ! from docs. --- common/locale/en-US/styling.xml | 2 +- common/modules/styles.jsm | 1 - 2 files changed, 1 insertion(+), 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 @@ :sty :style - :style! -name=name -append filter css + :style -name=name -append filter css

Add CSS styles to the browser or to web pages. filter 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,