[Rt-commit] r4165 - in rt/branches/QUEBEC-EXPERIMENTAL: . html/Elements

jesse at bestpractical.com jesse at bestpractical.com
Wed Nov 30 15:59:38 EST 2005


Author: jesse
Date: Wed Nov 30 15:59:38 2005
New Revision: 4165

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/html/Elements/ScrubHTML
Log:
 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/QUEBEC-EXPERIMENTAL/html/Elements/ScrubHTML
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Elements/ScrubHTML	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Elements/ScrubHTML	Wed Nov 30 15:59:38 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