From 544aaf2076330fe7121feec351036ac9911d3df9 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 1 Mar 2009 15:42:33 +0000 Subject: Closes #828: Quite correct - rather tired - arrays are individually trimmed - non-arrays are not. Closes #714: Input filtering now triggers on a plugin hook, this allows plugins to provide other filtering methods than kses (Refs #561). git-svn-id: https://code.elgg.org/elgg/trunk@3009 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/output/longtext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default') 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 -- cgit v1.2.3