diff options
Diffstat (limited to 'views/default/output/longtext.php')
-rw-r--r-- | views/default/output/longtext.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/default/output/longtext.php b/views/default/output/longtext.php index a240e3267..b35234350 100644 --- a/views/default/output/longtext.php +++ b/views/default/output/longtext.php @@ -15,5 +15,7 @@ *
*/
- echo autop($vars['value']);
+ global $CONFIG;
+
+ echo autop(filter_tags($vars['value'], $CONFIG->allowedtags, $CONFIG->allowedprotocols));
?>
\ No newline at end of file |