From 583264210be0d2b114f9a529392323fea57acf3e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 10 Aug 2008 12:55:54 -0700 Subject: [PATCH] * move position of semicolon --- 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 15ba2d0..943d769 100644 --- a/templates/en_US/cgi/short_bug_status.tmpl +++ b/templates/en_US/cgi/short_bug_status.tmpl @@ -101,7 +101,7 @@ if ($days >= 0 and defined $status{location} and $status{location} ne 'archive') { $output .= "Can be archived" . ( $days == 0 ? " today" : $days == 1 ? " in $days day" : " in $days days" ) . - ";\n"; + ";\n"; } elsif (defined $status{location} and $status{location} eq 'archived') { $output .= "Archived;\n"; -- 2.39.2