From a731ac5ea0e84ed83953c26e68c11292ac3691a0 Mon Sep 17 00:00:00 2001 From: steinm Date: Tue, 6 Dec 2011 12:29:39 +0000 Subject: [PATCH] - call htmlspecialchars() on email --- out/out.UsrView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/out/out.UsrView.php b/out/out.UsrView.php index aa3b00271..246ec4e59 100644 --- a/out/out.UsrView.php +++ b/out/out.UsrView.php @@ -62,7 +62,7 @@ foreach ($users as $currUser) { print "".htmlspecialchars($currUser->getFullName()).""; - print "getEmail()."\">".$currUser->getEmail().""; + print "getEmail())."\">".htmlspecialchars($currUser->getEmail()).""; print "".htmlspecialchars($currUser->getComment()).""; if ($settings->_enableUserImage){