From: Joseph C. <tex...@us...> - 2006-02-20 09:21:36
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29847/UI Modified Files: HTML.pm Log Message: Change font tags for styles. Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.371 retrieving revision 1.372 diff -C2 -d -r1.371 -r1.372 *** HTML.pm 20 Feb 2006 02:22:54 -0000 1.371 --- HTML.pm 20 Feb 2006 09:21:28 -0000 1.372 *************** *** 3317,3321 **** # if ( $arg =~ /\Q$text\E/i ) { # my $new_color = $self->classifier_()->get_bucket_color( $session, $bucket ); ! # $line =~ s/(\Q$text\E)/<b><font color=\"$new_color\">$1<\/font><\/b>/; # } # } --- 3317,3321 ---- # if ( $arg =~ /\Q$text\E/i ) { # my $new_color = $self->classifier_()->get_bucket_color( $session, $bucket ); ! # $line =~ s/(\Q$text\E)/<b style=\"color:$new_color\">$1<\/b>/; # } # } |