]> git.donarmstrong.com Git - debbugs.git/commitdiff
* move position of semicolon
authorDon Armstrong <don@donarmstrong.com>
Sun, 10 Aug 2008 19:55:54 +0000 (12:55 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 10 Aug 2008 19:55:54 +0000 (12:55 -0700)
templates/en_US/cgi/short_bug_status.tmpl

index 15ba2d0084c1b9ebe4847c8e7f5b9aae8f1c74ef..943d769ebf6b0ad74393de2df3d337e59c1c7ab8 100644 (file)
    if ($days >= 0 and defined $status{location} and $status{location} ne 'archive') {
        $output .= "<span><strong>Can be archived" .
           ( $days == 0 ? " today" : $days == 1 ? " in $days day" : " in $days days" ) .
-              "</strong></span>;\n";
+              ";</strong></span>\n";
    }
    elsif (defined $status{location} and $status{location} eq 'archived') {
        $output .= "<span><strong>Archived</strong></span>;\n";