Author: joes
Date: Thu Mar 20 13:54:30 2014
New Revision: 1579628

URL: http://svn.apache.org/r1579628
Log:
cleaner that wrapping results in a filter block

Modified:
    thrift/cms-site/trunk/lib/view.pm

Modified: thrift/cms-site/trunk/lib/view.pm
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/view.pm?rev=1579628&r1=1579627&r2=1579628&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/view.pm (original)
+++ thrift/cms-site/trunk/lib/view.pm Thu Mar 20 13:54:30 2014
@@ -23,7 +23,7 @@ sub thrift_preprocessor {
                                repo => "thrift.git",
                                %a,
                            );
-                           "{{ " . $key++ . ".fetch }}";
+                           "{{ " . $key++ . ".fetch|markdown }}";
                        }ge;
 
     return view->can("single_narrative")->(%args);


Reply via email to