tags 466473 + moreinfo unreproducible
thanks

Am Montag, den 18.02.2008, 16:08 -0800 schrieb Jacob Emmert-Aronson:

Hello Jacob,

> The -k flag to wget mishandles the code for hyperlinks. 
> 
> Let's say that the web page http://foo.com/bar/index.html contains a
> hyperlink to http://foo.com/bar/baz.html. The html code for this
> hyperlink would be:
>   
>   http://foo.com/bar/baz.html>display text
> 
> Now, the command wget -h -k foo.com/bar/ downloads both pages and
> *should* change the code of the hyperlink to the following:
> 
>   <a href=baz.html>display text</a>
> 
> Instead, the closing tag is removed leaving only 
> 
>   <a href=baz.html>display text
> 
> If there is any text following the display text, it is also included
> as part of the hyperlink. This is mainly a cosmetic issue as the text
> is still displayed, but it is certainly not desirable. It should be
> fairly straightforward to correct the script to prevent the closing
> tag from being removed.
> 
I'm trying to reproduce your report (with wget 1.10.2 and 1.11.1).

www.koethe.net/wget/index.html and www.koethe.net/wget/bar.html and then
run:

wget -r -k www.koethe.net/wget/

But the closing tags are correct. Where is my setup wrong?
Do you have concret and a reproducible setup to show this problem?

thx.

-- 
Noèl Köthe <noel debian.org>
Debian GNU/Linux, www.debian.org

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to