From 558f03f0f84a142438de9844b2047be2f050c385 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 5 Nov 2011 16:42:59 -0400 Subject: Fixes #4023 escaping alt and title attributes in icon views --- views/default/icon/user/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/icon/user/default.php') diff --git a/views/default/icon/user/default.php b/views/default/icon/user/default.php index 0eb3691bd..906371cf8 100644 --- a/views/default/icon/user/default.php +++ b/views/default/icon/user/default.php @@ -26,7 +26,7 @@ if (!($user instanceof ElggUser)) { return true; } -$name = htmlspecialchars($user->name, ENT_QUOTES, 'UTF-8'); +$name = htmlspecialchars($user->name, ENT_QUOTES, 'UTF-8', false); $username = $user->username; $icontime = $user->icontime; -- cgit v1.2.3