From d1fa890722ee2bb8282fdf6132f5ce249ccb3047 Mon Sep 17 00:00:00 2001 From: zone Date: Fri, 24 Aug 2001 08:05:29 +0000 Subject: [PATCH] Make link to bug report non-encoded --- filemanager/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemanager/test.php b/filemanager/test.php index dfc1d92f6b..898d79a1e5 100644 --- a/filemanager/test.php +++ b/filemanager/test.php @@ -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 ();