--- modules/damieng/clean_xml/post_xml.pm 2015/04/27 18:04:40 1.2 +++ modules/damieng/clean_xml/post_xml.pm 2015/05/01 20:32:24 1.3 @@ -838,7 +838,7 @@ sub fix_fonts { $replacement = $doc->createElement('span'); my $css = ''; if (defined $color) { - $color =~ s/^x//; + $color =~ s/^x/#/; $properties{'color'} = $color; } if (defined $size) {