You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2010/11/04 10:36:47 UTC

svn commit: r1030869 - /incubator/river/site/trunk/lib/path.pm

Author: sijskes
Date: Thu Nov  4 09:36:47 2010
New Revision: 1030869

URL: http://svn.apache.org/viewvc?rev=1030869&view=rev
Log: (empty)

Modified:
    incubator/river/site/trunk/lib/path.pm

Modified: incubator/river/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/lib/path.pm?rev=1030869&r1=1030868&r2=1030869&view=diff
==============================================================================
--- incubator/river/site/trunk/lib/path.pm (original)
+++ incubator/river/site/trunk/lib/path.pm Thu Nov  4 09:36:47 2010
@@ -5,7 +5,7 @@ use ASF::Value;
 # taken from django's url.py
 
 our @patterns = (
-	[qr!\.mdtext$!, basic => { template => "basic.html" }],
+	[qr!\.mdtext$!, single_narrative => { template => "basic.html" }],
 ) ;
 
 =head1 LICENSE