From: <ssc...@us...> - 2003-04-10 22:20:39
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1:/tmp/cvs-serv10843 Modified Files: MailParse.pm Log Message: restore proper colorization of multi-line HTML tags Index: MailParse.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v retrieving revision 1.107 retrieving revision 1.108 diff -C2 -d -r1.107 -r1.108 *** MailParse.pm 10 Apr 2003 21:37:25 -0000 1.107 --- MailParse.pm 10 Apr 2003 22:20:33 -0000 1.108 *************** *** 830,838 **** print ">>> $line" if $self->{debug}; ! ! $colorized .= $self->{ut__}; ! $self->{ut__} = ''; ! ! $self->{ut__} .= splitline($line, $encoding); if ($self->{in_headers__}) { --- 830,840 ---- print ">>> $line" if $self->{debug}; ! ! if (!$self->{in_html_tag__}) { ! $colorized .= $self->{ut__}; ! $self->{ut__} = ''; ! } ! ! $self->{ut__} .= splitline($line, $encoding); if ($self->{in_headers__}) { |