From 213471493f63b5566cf63c1661fdfb080a2122d9 Mon Sep 17 00:00:00 2001 From: joy <> Date: Sat, 26 Oct 2002 23:10:18 -0800 Subject: [PATCH] [project @ 2002-10-27 00:10:18 by joy] no point in linking to (unknown) --- cgi/bugreport.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 18cf859b..b99decb1 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -102,7 +102,7 @@ $tsrc = defined($pkgsrc{$tpack}) ? $pkgsrc{$tpack} : '(unknown)'; $descriptivehead= $indexentry."Maintainer for $status{package} is\n". ''.htmlsanit($tmaint).''; $descriptivehead.= ";\nSource for $status{package} is\n". - '$tsrc"; + '$tsrc" if ($tsrc ne "(unknown)"); $descriptivehead.= ".

"; my $buglog = buglog($ref); -- 2.39.5