[Rt-commit] r4189 - in rt/branches/CHALDEA-EXPERIMENTAL: . html/Elements

jesse at bestpractical.com jesse at bestpractical.com
Wed Nov 30 16:29:26 EST 2005


Author: jesse
Date: Wed Nov 30 16:29:25 2005
New Revision: 4189

Modified:
   rt/branches/CHALDEA-EXPERIMENTAL/   (props changed)
   rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/ScrubHTML
Log:
 r19606 at truegrounds:  jesse | 2005-11-30 16:07:35 -0500
  r19563 at truegrounds:  jesse | 2005-11-30 15:29:47 -0500
   r18888 at truegrounds:  jesse | 2005-11-14 12:54:25 -0500
   RT-Ticket: 7048
   RT-Status: resolved
   RT-Update: correspond
   
   * Akos Torok pointed out that our HTML scrubber removed "PRE" tags from HTML
  
 


Modified: rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/ScrubHTML
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/ScrubHTML	(original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/ScrubHTML	Wed Nov 30 16:29:25 2005
@@ -62,7 +62,7 @@
 
 $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>


More information about the Rt-commit mailing list