From: Don Armstrong Date: Fri, 15 Aug 2008 14:04:26 +0000 (-0700) Subject: * add missing > to [thanks to jamessan] X-Git-Tag: release/2.6.0~472^2~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fb964d14bf3b84aacd6abd0b7450ab7835ea1b56;p=debbugs.git * add missing > to [thanks to jamessan] --- 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:'  ';