Active
Project:
CSS Injector
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Aug 2010 at 13:01 UTC
Updated:
19 Aug 2010 at 16:09 UTC
When saved, the double and single quotes in the css get parsed into htmlentities, corrupting the css.
Quotation marks are needed in css for file paths (url property) and font names which have spaces.
Comments
Comment #1
murraybiscuit commentedThis happened after moving from one host to a shared host.
The files generated weren't being overwritten when I tried to change the css due to permissions.
It worked again when i recreated the rules after deleting the generated files.
That fixed it, but still doesn't explain why the quotation marks were escaped in the first place.