You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/18 14:34:58 UTC

svn commit: r1578874 - /thrift/cms-site/trunk/lib/path.pm

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'}],
 );