sub DoLinks { print &GetHeader('', &QuoteHtml(T('Full Link List')), ''); - print "<hr><pre>\n\n\n\n\n"; # Extra lines to get below the logo + print "<pre>\n\n\n\n\n"; # Extra lines to get below the logo &PrintLinkList(&GetFullLinkList()); ...since GetHeader include other <hr> by itself as follows:
... if (&GetParam("toplinkbar", 1)) { $result .= &GetGotoBar($id) . "<hr class=wikilineheader>"; } ---
--JuanmaMP
When reviewing your last bug report I spotted this as well and already removed the hr tag there. Thanks for the report! -- MarkusLude
They're good news. --JuanmaMP