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/25 21:14:22 UTC

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

Author: joes
Date: Tue Mar 25 20:14:21 2014
New Revision: 1581491

URL: http://svn.apache.org/r1581491
Log:
comments

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=1581491&r1=1581490&r2=1581491&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Mar 25 20:14:21 2014
@@ -25,7 +25,7 @@ $thrift_page_footer =~ s/ snippet / page
 # order matters here: first match wins...  see http://www.apache.org/dev/cmsref#core-logic
 
 our @patterns = (
-    [qr!^/sitemap\.html$!,     offline => { %thrift_args,
+    [qr!^/sitemap\.html$!,     offline => { %thrift_args, # goes first as overrideable defaults
         view      => 'sitemap',
         headers   => { title => "Sitemap" },
         nest      => 1,