Make link to bug report non-encoded

This commit is contained in:
zone 2001-08-24 08:05:29 +00:00
parent 151913b103
commit d1fa890722

View File

@ -204,7 +204,7 @@ while (list ($i, $o) = each ($io))
###
html_break (2);
html_text_bold ("The less output, the better. Please file errors as a " . html_link ("https://sourceforge.net/tracker/?group_id=7305&atid=107305", "bug report", 1) . ". Be sure to include the system information line at the top, and anything special about your setup. Thanks!");
html_text_bold ("The less output, the better. Please file errors as a " . html_link ("https://sourceforge.net/tracker/?group_id=7305&atid=107305", "bug report", True, False) . ". Be sure to include the system information line at the top, and anything special about your setup. Thanks!");
html_page_close ();