From 6c016b2bedd42185a8aed07ae40b41283e15d5cd Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 5 Dec 2009 16:42:47 +0000 Subject: fixed trivial bug in htmlawed plugin. The ; delimiter should only be used between sets of schemes (protocols). This is due to some slightly lazy coding in htmlawed. git-svn-id: http://code.elgg.org/elgg/trunk@3729 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/htmlawed/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/htmlawed') diff --git a/mod/htmlawed/start.php b/mod/htmlawed/start.php index b28390fa4..4f53a1259 100644 --- a/mod/htmlawed/start.php +++ b/mod/htmlawed/start.php @@ -22,7 +22,7 @@ 'deny_attribute' => 'class', 'hook_tag' => 'htmlawed_hook', - 'schemes' => '*:http,https,ftp,news,mailto,rtsp,teamspeak,gopher,mms,callto;' + 'schemes' => '*:http,https,ftp,news,mailto,rtsp,teamspeak,gopher,mms,callto' // apparent this doesn't work. //. 'style:color,cursor,text-align,font-size,font-weight,font-style,border,margin,padding,float' ); -- cgit v1.2.3