You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by pn...@apache.org on 2012/02/15 05:41:26 UTC

[Lucene.Net] svn commit: r1244349 - /incubator/lucene.net/site/trunk/lib/view.pm

Author: pnasser
Date: Wed Feb 15 04:41:26 2012
New Revision: 1244349

URL: http://svn.apache.org/viewvc?rev=1244349&view=rev
Log:
CMS commit to lucene.net by pnasser

Modified:
    incubator/lucene.net/site/trunk/lib/view.pm

Modified: incubator/lucene.net/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/lib/view.pm?rev=1244349&r1=1244348&r2=1244349&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/lib/view.pm (original)
+++ incubator/lucene.net/site/trunk/lib/view.pm Wed Feb 15 04:41:26 2012
@@ -71,7 +71,7 @@ sub news_page {
         }
     }
 
-    return Template($template)->render(\%args), html => \%args;
+    return Dotiac::DTL->new($template)->render(\%args), html => \%args;
 }