This repository was archived by the owner on Apr 10, 2025. It is now read-only.
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
Description
chris@chrisbeach.co.uk 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 jmara...@google.com
on 9 Nov 2010 at 3:10