AL,
LK made an input test to the hack it is in the first page:
$match++ if $_[0] =~ s/([color:)([#0-9a-fA-F]{6})(])(.+?)([/color])/$4/isg; $match++ if $_[0] =~ s/([font:)([0-9a-zA-Z,s]*)(])(.+?)([/font])/$4/isg; $match++ if $_[0] =~ s/( )(.+?)( )/$5/isg;
You had encluded these line previously in your file
the "*" was in the first line as LK changed it after that.
Strange .. these lines are not there any more.