[Rt-commit] r17490 - rt/3.8/branches/3.8.2-releng/share/html/Elements
falcone at bestpractical.com
falcone at bestpractical.com
Wed Dec 31 12:02:14 EST 2008
Author: falcone
Date: Wed Dec 31 12:02:14 2008
New Revision: 17490
Modified:
rt/3.8/branches/3.8.2-releng/share/html/Elements/ScrubHTML
Log:
r43005 (orig r17454): falcone | 2008-12-30 16:39:41 -0500
* the WYSIWYG editor lets you set H1-H6, so we should display them
Modified: rt/3.8/branches/3.8.2-releng/share/html/Elements/ScrubHTML
==============================================================================
--- rt/3.8/branches/3.8.2-releng/share/html/Elements/ScrubHTML (original)
+++ rt/3.8/branches/3.8.2-releng/share/html/Elements/ScrubHTML Wed Dec 31 12:02:14 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