[Jifty-commit] r6177 - wifty/trunk/lib/Wifty/Form/Field

Jifty commits jifty-commit at lists.jifty.org
Mon Dec 22 21:06:49 EST 2008


Author: ruz
Date: Mon Dec 22 21:06:49 2008
New Revision: 6177

Modified:
   wifty/trunk/lib/Wifty/Form/Field/WikiPage.pm

Log:
* delete all notes on scrubber

Modified: wifty/trunk/lib/Wifty/Form/Field/WikiPage.pm
==============================================================================
--- wifty/trunk/lib/Wifty/Form/Field/WikiPage.pm	(original)
+++ wifty/trunk/lib/Wifty/Form/Field/WikiPage.pm	Mon Dec 22 21:06:49 2008
@@ -50,11 +50,6 @@
 
     $content =~ s/(?:\n\r|\r\n|\r)/\n/g;
 
-    $scrubber->deny(qw[*]);
-    $scrubber->allow(
-        qw[H1 H2 H3 H4 H5 A STRONG EM CODE PRE B U P BR I HR BR SPAN DIV UL OL LI DL DT DD]);
-    $scrubber->comment(0);
-
     if (Jifty->config->app('Formatter') eq 'Markdown' ) {
         require Text::Markdown;
         $content = Text::Markdown::markdown( $content );


More information about the Jifty-commit mailing list