diff options
Diffstat (limited to 'views/default/output/text.php')
-rw-r--r-- | views/default/output/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |