aboutsummaryrefslogtreecommitdiff
path: root/views/default/output/text.php
diff options
context:
space:
mode:
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 db7a5ea90..f2911f26d 100644
--- a/views/default/output/text.php
+++ b/views/default/output/text.php
@@ -15,5 +15,5 @@
*
*/
- echo htmlentities($vars['value'], null, 'UTF-8'); // $vars['value'];
+ echo htmlentities($vars['value'], ENT_QUOTES, 'UTF-8'); // $vars['value'];
?> \ No newline at end of file