Author: joes
Date: Mon Mar 17 21:26:32 2014
New Revision: 1578596
URL: http://svn.apache.org/r1578596
Log:
no functional change just simlifications
Modified:
thrift/cms-site/trunk/lib/path.pm
Modified: thrift/cms-site/trunk/lib/path.pm
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1578596&r1=1578595&r2=1578596&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Mon Mar 17 21:26:32 2014
@@ -4,7 +4,7 @@ use YAML::XS;
our @patterns = (
[
qr/\.md(?:text)?$/, single_narrative => {
- conf => Load(join "", <DATA>),
+ conf => Load(join "", <DATA>),
template => 'default.html',
},
],