From 3bd97b883a8826ddfc6fd948315d460bbd05e865 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 19 Apr 2009 23:10:55 +0000 Subject: [PATCH] Escaping unfortunately does not work here --- www/gpg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/gpg.php b/www/gpg.php index e6ec224..36e01ac 100644 --- a/www/gpg.php +++ b/www/gpg.php @@ -222,7 +222,7 @@ function verifyEmail($email) $nerr++; //$ToBeDeleted[]=$i; //echo "Adding UID $i\n"; - $resulttable.="".sanitizeHTML($rmessage).""; + $resulttable.="$rmessage"; } $resulttable.="\n";