From 0c678e9bca40a595f2e1fb5ee196a766366cd1b5 Mon Sep 17 00:00:00 2001 From: dirk Date: Wed, 7 Sep 2011 22:30:40 +0200 Subject: bug-882 corrected link for email --- includes/notary.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/notary.inc.php b/includes/notary.inc.php index cf6b80f..9c60d57 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -152,7 +152,7 @@ if($name == "") $name = _("Deleted before Verification"); else - $name = "$name"; + $name = "".sanitizeHTML($name).""; return $name; } @@ -162,7 +162,7 @@ if($email == "") $email = _("Deleted before Verification"); else - $email = "".sanitizeHTML($email).""; + $email = "".sanitizeHTML($email).""; return $email; } -- cgit v1.2.1