From: joy <> Date: Sun, 27 Oct 2002 07:10:18 +0000 (-0800) Subject: [project @ 2002-10-27 00:10:18 by joy] X-Git-Tag: release/2.6.0~1017 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=213471493f63b5566cf63c1661fdfb080a2122d9;p=debbugs.git [project @ 2002-10-27 00:10:18 by joy] no point in linking to (unknown) --- 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);