[Rt-commit] rt branch, 4.0/allow-blockquotes, created. rt-4.0.0rc6-19-g7c79310
Thomas Sibley
trs at bestpractical.com
Tue Mar 8 15:08:55 EST 2011
The branch, 4.0/allow-blockquotes has been created
at 7c7931086c286d6743042d1b69cf5e9356f807a9 (commit)
- Log -----------------------------------------------------------------
commit 7c7931086c286d6743042d1b69cf5e9356f807a9
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Mar 8 15:07:06 2011 -0500
Allow blockquotes in our HTML so quote folding works
Blockquotes should be harmless, and both Gmail and Thunderbird use them
when quoting HTML messages.
diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
index adf0dec..baedcc0 100644
--- a/lib/RT/Interface/Web.pm
+++ b/lib/RT/Interface/Web.pm
@@ -2716,7 +2716,7 @@ sub _NewScrubber {
);
$scrubber->deny(qw[*]);
$scrubber->allow(
- qw[A B U P BR I HR BR SMALL EM FONT SPAN STRONG SUB SUP STRIKE H1 H2 H3 H4 H5 H6 DIV UL OL LI DL DT DD PRE]
+ qw[A B U P BR I HR BR SMALL EM FONT SPAN STRONG SUB SUP STRIKE H1 H2 H3 H4 H5 H6 DIV UL OL LI DL DT DD PRE BLOCKQUOTE]
);
$scrubber->comment(0);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list