[Jifty-commit] r592 - in wifty/trunk: lib/Wifty/Model

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Feb 17 17:37:07 EST 2006


Author: alexmv
Date: Fri Feb 17 17:37:06 2006
New Revision: 592

Modified:
   wifty/trunk/   (props changed)
   wifty/trunk/lib/Wifty/Model/Page.pm

Log:
 r9153 at zoq-fot-pik:  chmrr | 2006-02-17 17:36:07 -0500
  * We're not importing the 'markdown' sub from Text::Markdown, so
    provide the package name, too


Modified: wifty/trunk/lib/Wifty/Model/Page.pm
==============================================================================
--- wifty/trunk/lib/Wifty/Model/Page.pm	(original)
+++ wifty/trunk/lib/Wifty/Model/Page.pm	Fri Feb 17 17:37:06 2006
@@ -62,7 +62,7 @@
         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);
 
-    $content = markdown( $content );
+    $content = Text::Markdown::markdown( $content );
     $content = $scrubber->scrub( $content );
     return ( $content );
 


More information about the Jifty-commit mailing list