Update of mhonarc/MHonArc/lib
Modified Files:
mhtxthtml.pl
Log Message:
Update to HTML filter to fix html updates
======================================================================
FILE: mhonarc/MHonArc/lib/mhtxthtml.pl
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/*checkout*/mhonarc/MHonArc/lib/mhtxthtml.pl?rev=2.42>
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/mhonarc/MHonArc/lib/mhtxthtml.pl.diff?r1=2.41&r2=2.42&diff_format=h>
--- mhtxthtml.pl 9 Jan 2011 08:48:54 -0000 2.41
+++ mhtxthtml.pl 9 Jan 2011 16:12:14 -0000 2.42
@@ -182,5 +182,5 @@
# do true tag-based parsing, this ensures that valid content
# is not removed (but it will still get modified)
- $$data =~ s/($SAttr)(\s*=)/_${1}_${2}/g;
+ $$data =~ s/($SAttr)(\s*=)/_${1}_${2}/gi;
for ($i=0; $$data =~ s|</?$SElem[^>]*>||gio; ++$i) {
---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-COMMITS