You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by jl...@apache.org on 2012/12/11 12:18:25 UTC

svn commit: r1420096 - /openwebbeans/cms-site/trunk/lib/path.pm

Author: jlmonteiro
Date: Tue Dec 11 11:18:24 2012
New Revision: 1420096

URL: http://svn.apache.org/viewvc?rev=1420096&view=rev
Log:
Fixing a bad template name

Modified:
    openwebbeans/cms-site/trunk/lib/path.pm

Modified: openwebbeans/cms-site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/lib/path.pm?rev=1420096&r1=1420095&r2=1420096&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/lib/path.pm (original)
+++ openwebbeans/cms-site/trunk/lib/path.pm Tue Dec 11 11:18:24 2012
@@ -5,7 +5,7 @@ package path;
 our @patterns = (
 	# [qr!\.mdtext$!, single_narrative => { template => "standard_markdown.html" }],
 
-	[qr!\.md(text)?$!, basic => { template => "standard_markdown.html" }],
+	[qr!\.md(text)?$!, basic => { template => "standard.html" }],
 
 	[qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ],