Hi,

There is a simple (but probably not very clean) workaround for this bug :
replace the line

    print "<A HREF=\"../$indexfile\">index</A>";

by

    print "<A HREF=\"../$indexfile\" target=\"_parent\">index</A>";

it's source line 2700 in my version (Linux Mint 13)

-- 
Michel Wurtz - Hirtzelbach

Reply via email to