]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2002-02-01 18:39:45 by joy]
authorjoy <>
Sat, 2 Feb 2002 02:39:45 +0000 (18:39 -0800)
committerjoy <>
Sat, 2 Feb 2002 02:39:45 +0000 (18:39 -0800)
removed extra semicolon, reported by Matt Kraai

cgi/bugreport.cgi

index a5de4d74328e58423cd246be2ab700f10d170c09..0fd8ba38fb129607e716a90782ce445f80c7bd96 100755 (executable)
@@ -59,7 +59,7 @@ $indexentry .= $showseverity;
 $indexentry .= "Package: <A HREF=\"" . pkgurl($status{package}) . "\">"
            .htmlsanit($status{package})."</A>;\n";
 
-$indexentry .= ";Reported by: ".htmlsanit($status{originator});
+$indexentry .= "Reported by: ".htmlsanit($status{originator});
 $indexentry .= ";\nTags: <strong>"
                . htmlsanit(join(", ", sort(split(/\s+/, $status{tags}))))
                . "</strong>"