Mailing List Archive

[Bug 7892] T_KAM_HTML_FONT_INVALID false positive for "<color> !important"
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7892

--- Comment #9 from Kent Oyer <kent@mxguardian.net> ---
I hate to be picky but we should probably be more liberal with the spaces
around the delimiter. The spec says there can be whitespace after the
delimiter:

color ! important

Although the space before the delimiter is required, it's sometimes omitted:

color!important

See the attached patch.

--
You are receiving this mail because:
You are the assignee for the bug.