From 3cdba297fcf36f909115c5d78e7a48aa6316c636 Mon Sep 17 00:00:00 2001 From: joy <> Date: Sun, 18 Feb 2001 13:58:47 -0800 Subject: [PATCH] [project @ 2001-02-18 13:58:47 by joy] added missing http:// to the link, thanks to Julian Gilbey --- cgi/common.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/common.pl b/cgi/common.pl index 5edc06ab..dfb0f297 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -254,7 +254,7 @@ sub htmlizebugs { $severity = $debbugs::gDefaultSeverity if ($severity eq ''); next unless defined $section{${pending} . "_" . ${severity}}; $result .= "

$debbugs::gSeverityDisplay{$severity} - $displayshowpending{$pending}

\n"; - $result .= "(A list of all such bugs is available).\n"; + $result .= "(A list of all such bugs is available).\n"; $result .= "\n"; -- 2.39.5