The patch doesn't account for case variations, so it shold be updated:
+
+ for i in xrange (len (attrs)):
+ k,v = attrs[i]
+ if (( k == "src" ) or ( k == "href" ) ) and
(v.lower().find("javascript:" ) <> -1 ):
+ del attrs[i]
+
return attrsSteve -- http://www.steve.org.uk/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

