You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/20 14:54:30 UTC

svn commit: r1579628 - /thrift/cms-site/trunk/lib/view.pm

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);