[rt-users] Improper display of ticket transaction's HTML

Jeff Blaine jblaine at kickflop.net
Tue Mar 10 15:35:03 EDT 2015


Hi,

We're using RT 4.2.5 (for now).

$PreferRichText is turned on.

We've put in place a Web_Local.pm that is allowing all tags via:

    push @SCRUBBER_ALLOWED_TAGS, qw('*');

Something is still mucking with our HTML though, specifically (that
we've found so far) various table tags' attributes like borders and
padding seem to not be rendered properly. The table borders don't render
at all.

Any ideas?

It is a little unclear to me exactly how to use
%SCRUBBER_ALLOWED_ATTRIBS ... setting it to {'*', 1} caused various
links in the web UI to not work anymore.



More information about the rt-users mailing list