Hello GNU Wget team.

I'd like to report a bug (my very first ever, isn't it exciting?!) regarding
the way wget handled a <td background=""> construct. I couldn't see a fix for
it in the current version's "News" section.

I run the command:
wget -q -k --restrict-file-names=unix -nH -p fluxbox.sourceforge.net

(it gets broken in Opera)
Then I download fluxbox.sourceforge.net in Opera and save it as a webpage with
images. I run diff and this is what I get:

...snip...
905c904
<             <td align=left valign=bottom background="index.html"><img
src="images/blank.gif" width="320" height="7" border=0 alt="" align=bottom><a
href="index.html#top" title="Go To Top"><img src="images/fluxbox_top.gif"
width="104" height="55" border=0 title="Go to Top"></a></td>
---
>             <td align=left valign=bottom background=""><img
src="blank000.gif" width="320" height="7" border=0 alt="" align=bottom><a
href="#top" title="Go To Top"><img src="fluxbox_.gif" width="104" height="55"
border=0 title="Go to Top"></a></td>
...snip...

As you can see, background="" gets converted to background="index.html", very
unpalatable for Opera. This isn't the only instance of this happening, there
are several other places in http://fluxbox.sourceforge.net/index.html where
this happens.


Thank you for your consideration of this bug report, your effort in maintaining
wget is very much appreciated.

Sincerely yours,

Jacob Filipp


                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

Reply via email to