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