From: Don Armstrong Date: Sun, 10 Aug 2008 19:55:54 +0000 (-0700) Subject: * move position of semicolon X-Git-Tag: release/2.6.0~478^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=583264210be0d2b114f9a529392323fea57acf3e;p=debbugs.git * move position of semicolon --- diff --git a/templates/en_US/cgi/short_bug_status.tmpl b/templates/en_US/cgi/short_bug_status.tmpl index 15ba2d00..943d769e 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";