From: Colin Watson Date: Tue, 26 Aug 2008 10:35:32 +0000 (+0100) Subject: fix broken tag for severity X-Git-Tag: release/2.6.0~473^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d441ea85fb9b79e23e2e662565de4b39de020437;p=debbugs.git fix broken tag for severity --- diff --git a/templates/en_US/cgi/short_bug_status.tmpl b/templates/en_US/cgi/short_bug_status.tmpl index 0fa3d91e..102d7fe6 100644 --- a/templates/en_US/cgi/short_bug_status.tmpl +++ b/templates/en_US/cgi/short_bug_status.tmpl @@ -5,7 +5,7 @@ my $temp = $status{severity}; $temp = substr $temp,0,1; if (isstrongseverity($status{severity})){ - $temp = q().uc($temp).q().uc($temp).q(); } $output .= $temp.qq(); length($output)?$output:'  ';