You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2011/10/26 23:15:03 UTC

svn commit: r1189466 - /openejb/site/trunk/lib/OpenEJBSiteDotiacFilter.pm

Author: dblevins
Date: Wed Oct 26 21:15:03 2011
New Revision: 1189466

URL: http://svn.apache.org/viewvc?rev=1189466&view=rev
Log:
cut out that last part

Modified:
    openejb/site/trunk/lib/OpenEJBSiteDotiacFilter.pm

Modified: openejb/site/trunk/lib/OpenEJBSiteDotiacFilter.pm
URL: http://svn.apache.org/viewvc/openejb/site/trunk/lib/OpenEJBSiteDotiacFilter.pm?rev=1189466&r1=1189465&r2=1189466&view=diff
==============================================================================
--- openejb/site/trunk/lib/OpenEJBSiteDotiacFilter.pm (original)
+++ openejb/site/trunk/lib/OpenEJBSiteDotiacFilter.pm Wed Oct 26 21:15:03 2011
@@ -21,11 +21,11 @@ sub markdown_filter {
 
     
     my $html = markdown($raw);
-
+    return $html;
     # Blindly mark return value as safe.
-    my $retval = Dotiac::DTL::Value->safe($html);
-
-    return $retval;
+#    my $retval = Dotiac::DTL::Value->safe($html);
+#
+#    return $retval;
 }
 
 1;