Hi all, When downloading an html document with
wget -E -k -p http://... I noticed that sometimes some of the Stylesheets are not found when opening the local copy. This happens when the html uses a CSS @import statement that includes a URL containing spaces encoded as %20. While converting to a local URL, wget changes the spaces to ", which does not work there. Tested with wget 1.12 and Firefox 3.6.9 on Ubuntu Linux. Cheers, Manuel Reinhardt -- "If the machine produces tranquility it's right. If it disturbs you it's wrong until either the machine or your mind is changed." Manuel Reinhardt SYSLAB.COM GmbH, Landwehrstrasse 60-62, 80336 Munich, Germany http://www.syslab.com
