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 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 |