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:53:07 UTC

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

Author: pnasser
Date: Wed Feb 15 04:53:07 2012
New Revision: 1244355

URL: http://svn.apache.org/viewvc?rev=1244355&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=1244355&r1=1244354&r2=1244355&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/lib/view.pm (original)
+++ incubator/lucene.net/site/trunk/lib/view.pm Wed Feb 15 04:53:07 2012
@@ -75,7 +75,7 @@ sub news_page {
         }
     }
 
-    return Dotiac::DTL->new($template)->render(\%args), html => \%args;
+    return Dotiac::DTL->new($template)->render(\%args), html, \%args;
 
 }