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/23 01:36:34 UTC

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

Author: joes
Date: Sun Mar 23 00:36:33 2014
New Revision: 1580393

URL: http://svn.apache.org/r1580393
Log:
hmm

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=1580393&r1=1580392&r2=1580393&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sun Mar 23 00:36:33 2014
@@ -16,7 +16,7 @@ our @patterns = (
     [qr!^/index\.html$!,    snippet => {
         view       => 'news_page',
         conf       => $conf,
-        headers    => { title => "Index" },
+        headers    => { title => "Home" },
     }],
     [qr!/index\.html$!,    offline => {
         view       => 'sitemap',