aboutsummaryrefslogtreecommitdiff
path: root/mod/htmlawed/start.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-12-05 16:42:47 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-12-05 16:42:47 +0000
commit6c016b2bedd42185a8aed07ae40b41283e15d5cd (patch)
tree6e83e97957bb7bf391f96a0518d8172185b8c733 /mod/htmlawed/start.php
parent3d1a4eddb6c115e4cd58b1c743b1ffa2c71ca4e5 (diff)
downloadelgg-6c016b2bedd42185a8aed07ae40b41283e15d5cd.tar.gz
elgg-6c016b2bedd42185a8aed07ae40b41283e15d5cd.tar.bz2
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
Diffstat (limited to 'mod/htmlawed/start.php')
-rw-r--r--mod/htmlawed/start.php2
1 files changed, 1 insertions, 1 deletions
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'
);