[rt-users] Bug? TSV data includes HTML br tags
Jeff Blaine
jblaine at kickflop.net
Thu Feb 9 13:36:22 EST 2012
Actually, this is maybe a bug in Mason? If I follow
the code chain:
push @row, ProcessColumnMapValue ($attr,
Arguments => [ $Ticket, 0 ], Escape => 1);
ProcessColumnMapValue() is defined in lib/RT/Interface/Web.pm:
...
return $m->interp->apply_escapes( $value, 'h' ) if $args{'Escape'};
...
So it appears apply_escapes() is leaving behind '<br/>' tags?
Has anyone else seen this?
More information about the rt-users
mailing list