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/21 18:53:36 UTC

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

Author: joes
Date: Fri Mar 21 17:53:35 2014
New Revision: 1579994

URL: http://svn.apache.org/r1579994
Log:
sitemap nesting support

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=1579994&r1=1579993&r2=1579994&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/view.pm (original)
+++ thrift/cms-site/trunk/lib/view.pm Fri Mar 21 17:53:35 2014
@@ -31,4 +31,5 @@ sub thrift_preprocessor {
     return view->can($view)->(%args);
 }
 
+
 1;