remy / inliner

Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites
MIT License
1.1k stars 165 forks source link

Strip whitespace in css url() #9

Closed gregersrygg closed 13 years ago

gregersrygg commented 13 years ago

Got errors when an url had whitespace: get 403 on http://maptiles.finn.no/rel/head/css/ ../images/cloudpopnav.png

For this css value: background-image: url( ../images/cloudpopnav.png );

Notice the white space inside the url(). Allowed according to the spec: http://www.w3.org/TR/CSS21/syndata.html#uri