From 9f41e8b1a34044d654ce3c6381efe3b3e2030c35 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sat, 20 Nov 2010 08:25:52 +0000 Subject: Fixes #2036: using htmlspecialchars in output views git-svn-id: http://code.elgg.org/elgg/trunk@7368 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/output/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/output/text.php') diff --git a/views/default/output/text.php b/views/default/output/text.php index e0194099b..f95e2d7fd 100644 --- a/views/default/output/text.php +++ b/views/default/output/text.php @@ -10,4 +10,4 @@ * */ -echo htmlentities($vars['value'], ENT_QUOTES, 'UTF-8'); // $vars['value']; \ No newline at end of file +echo htmlspecialchars($vars['value'], ENT_QUOTES, 'UTF-8'); // $vars['value']; \ No newline at end of file -- cgit v1.2.3