The plugin would also delete occurences of inline styles (style="") that are intended as text and not as the
attribute for styling markup itself. For example, in CSS tutorial pages.
In versions prior to 1.1.2, the plugin would cause errors for some inline styles that have escaped quotation marks of the same type as the attribute value delimiter.
For example:
style="font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",sans-serif;"
... would leave ...
Lucida Grande\",\"Lucida Sans Unicode\",sans-serif;"
... in the markup, as the regular expression could only remove code from the style attribute only up to the first
matching quotation mark without regard to the escaped ones.




