From fb964d14bf3b84aacd6abd0b7450ab7835ea1b56 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 15 Aug 2008 07:04:26 -0700 Subject: [PATCH] * add missing > to [thanks to jamessan] --- templates/en_US/cgi/short_bug_status.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:'  '; -- 2.39.5