aboutsummaryrefslogtreecommitdiff
path: root/views/default/output/text.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-20 08:25:52 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-20 08:25:52 +0000
commit9f41e8b1a34044d654ce3c6381efe3b3e2030c35 (patch)
tree28ac27966e2c0b7726a865138eb6a21f7f38dad1 /views/default/output/text.php
parenta906ef7dcc58bce7f54b5b3a2c2692b84f6a1b54 (diff)
downloadelgg-9f41e8b1a34044d654ce3c6381efe3b3e2030c35.tar.gz
elgg-9f41e8b1a34044d654ce3c6381efe3b3e2030c35.tar.bz2
Fixes #2036: using htmlspecialchars in output views
git-svn-id: http://code.elgg.org/elgg/trunk@7368 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/output/text.php')
-rw-r--r--views/default/output/text.php2
1 files changed, 1 insertions, 1 deletions
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