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