From 2dafe0c1880b922d75a288f371fa976066589fd7 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 10 Feb 2009 18:36:31 +0000 Subject: Closes #756: htmlentities on all output forms git-svn-id: https://code.elgg.org/elgg/trunk@2711 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 dfb1c8b0a..db7a5ea90 100644 --- a/views/default/output/text.php +++ b/views/default/output/text.php @@ -15,5 +15,5 @@ * */ - echo $vars['value']; + echo htmlentities($vars['value'], null, 'UTF-8'); // $vars['value']; ?> \ No newline at end of file -- cgit v1.2.3