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" }} ],
 


Reply via email to