Author: joes
Date: Mon Mar 17 21:41:42 2014
New Revision: 1578609
URL: http://svn.apache.org/r1578609
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=1578609&r1=1578608&r2=1578609&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Mon Mar 17 21:41:42 2014
@@ -4,7 +4,7 @@ use YAML::XS;
my $conf = Load(join "", <DATA>);
our @patterns = (
- [qr/\.md(?:text)?$/, single_narrative => { conf => $conf, template =>
'default.html'}],
+ [qr/\.md(?:text)?$/, single_narrative => {conf => $conf, template =>
'default.html'}],
);
1;