Skip to content
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
@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions