[Rt-commit] r17454 - in rt/3.8/trunk: .
falcone at bestpractical.com
falcone at bestpractical.com
Tue Dec 30 16:39:42 EST 2008
Author: falcone
Date: Tue Dec 30 16:39:41 2008
New Revision: 17454
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Elements/ScrubHTML
Log:
r43000 at ketch: falcone | 2008-12-30 15:49:20 -0500
* the WYSIWYG editor lets you set H1-H6, so we should display them
Modified: rt/3.8/trunk/share/html/Elements/ScrubHTML
==============================================================================
--- rt/3.8/trunk/share/html/Elements/ScrubHTML (original)
+++ rt/3.8/trunk/share/html/Elements/ScrubHTML Tue Dec 30 16:39:41 2008
@@ -65,7 +65,7 @@
);
$scrubber->deny(qw[*]);
$scrubber->allow(
- qw[A B U P BR I HR BR SMALL EM FONT SPAN STRONG SUB SUP STRIKE 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]
);
$scrubber->comment(0);
</%ONCE>
More information about the Rt-commit
mailing list