httrack icon indicating copy to clipboard operation
httrack copied to clipboard

encoding problem in imgs url

Open alonhar opened this issue 7 years ago • 0 comments

I saw one site that contains

background-image: url(resources/images%20%281%29.jpg);

the result -

background-image: url(resources/images%20(1).jpg); 

So chrome cant parse this css style cause it thinks that the first ) close the url. I think that this url should be encoded / surround with quotes.

alonhar avatar Jan 17 '18 17:01 alonhar