Author: joes
Date: Tue Mar 18 13:34:57 2014
New Revision: 1578874
URL: http://svn.apache.org/r1578874
Log:
comment
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=1578874&r1=1578873&r2=1578874&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Mar 18 13:34:57 2014
@@ -8,7 +8,7 @@ our @patterns = (
conf => $conf,
template => 'default.html',
view => 'single_narrative',
- dir => "/docs/",
+ dir => "/docs/", # trailing slash required
}],
[qr/\.md(?:text)?$/, single_narrative => {conf => $conf, template =>
'default.html'}],
);