Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

combine_css breaks background image url due to mis-handling of quotes. #60

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

[email protected] is finding that this:

div#footer { background-image: url( '/images/layout/footerBG.jpg' );
background-repeat: no-repeat }

...gets rewritten to this:

div#footer { background-image: url(http://www.captioncompetition.co.uk/
coreCaption/'/images/layout/footerBG.jpg'); background-repeat: no-
repeat }

...which breaks the image unfortunately

Original issue reported on code.google.com by [email protected] on 9 Nov 2010 at 3:10

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant