From: cash Date: Sat, 5 Dec 2009 16:42:47 +0000 (+0000) Subject: fixed trivial bug in htmlawed plugin. The ; delimiter should only be used between... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6c016b2bedd42185a8aed07ae40b41283e15d5cd;p=lorea%2Felgg.git 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 --- 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' );