From d2e65c8ad7c90ae57159585298e1a4027d0ce038 Mon Sep 17 00:00:00 2001
From: joy <>
Date: Fri, 1 Feb 2002 18:39:45 -0800
Subject: [PATCH] [project @ 2002-02-01 18:39:45 by joy] removed extra
semicolon, reported by Matt Kraai
---
cgi/bugreport.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi
index a5de4d74..0fd8ba38 100755
--- a/cgi/bugreport.cgi
+++ b/cgi/bugreport.cgi
@@ -59,7 +59,7 @@ $indexentry .= $showseverity;
$indexentry .= "Package: "
.htmlsanit($status{package}).";\n";
-$indexentry .= ";Reported by: ".htmlsanit($status{originator});
+$indexentry .= "Reported by: ".htmlsanit($status{originator});
$indexentry .= ";\nTags: "
. htmlsanit(join(", ", sort(split(/\s+/, $status{tags}))))
. ""
--
2.39.5