From 3b280cf0fdb3b08ab91a32e491f73bdb0ee2c96c Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 13 Feb 2011 12:34:09 +0000 Subject: Fixed #2218 finished up the encoding issues by turning of double encoding git-svn-id: http://code.elgg.org/elgg/trunk@8199 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/output/email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/output/email.php') diff --git a/views/default/output/email.php b/views/default/output/email.php index 8f5c092b9..00eefad1f 100644 --- a/views/default/output/email.php +++ b/views/default/output/email.php @@ -11,5 +11,5 @@ */ if (!empty($vars['value'])) { - echo "". htmlspecialchars($vars['value'], ENT_QUOTES, 'UTF-8') .""; + echo "". htmlspecialchars($vars['value'], ENT_QUOTES, 'UTF-8', false) .""; } \ No newline at end of file -- cgit v1.2.3