From 26ff02493a759a696dc2f1b649dae4b0409eb7d1 Mon Sep 17 00:00:00 2001 From: joy <> Date: Fri, 1 Feb 2002 19:04:31 -0800 Subject: [PATCH] [project @ 2002-02-01 19:04:31 by joy] link to the submitter's web page, patch from Matt Kraai --- cgi/bugreport.cgi | 3 ++- cgi/common.pl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 0fd8ba3..7438a2f 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -59,7 +59,8 @@ $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})))) . "" diff --git a/cgi/common.pl b/cgi/common.pl index 4ab70d5..b9b9a78 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -131,7 +131,8 @@ sub htmlindexentrystatus { . "" . htmlsanit($status{"package"}) . ";\n" if (length($status{"package"})); $result .= $showseverity; - $result .= "Reported by: " . htmlsanit($status{originator}); + $result .= "Reported by: " . htmlsanit($status{originator}) . ""; $result .= ";\nTags: " . htmlsanit(join(", ", sort(split(/\s+/, $status{tags})))) . "" -- 2.39.2