diff options
author | ivan <ivan> | 2006-10-17 08:51:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-10-17 08:51:01 +0000 |
commit | c8cccb4a92adceb943c635fe62dad0d034462ce0 (patch) | |
tree | 0a33472e21f5174091e49e245f5bd68a235d4d50 /rt/html/Elements/ScrubHTML | |
parent | acd0f14d8f619055b4292c178b14682974fb0099 (diff) | |
parent | a513c0bef534d05f03c1242831b6f3be19b97dae (diff) |
This commit was generated by cvs2svn to compensate for changes in r4888,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'rt/html/Elements/ScrubHTML')
-rw-r--r-- | rt/html/Elements/ScrubHTML | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/html/Elements/ScrubHTML b/rt/html/Elements/ScrubHTML index 94a729907..443ded9c4 100644 --- a/rt/html/Elements/ScrubHTML +++ b/rt/html/Elements/ScrubHTML @@ -62,7 +62,7 @@ $scrubber->default( $scrubber->deny(qw[*]); $scrubber->allow( - qw[A B U P BR I HR BR SMALL EM FONT SPAN DIV UL OL LI DL DT DD]); + qw[A B U P BR I HR BR SMALL EM FONT SPAN DIV UL OL LI DL DT DD PRE]); $scrubber->comment(0); return ( $scrubber->scrub($Content) ); </%init> |