You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/02/08 04:25:40 UTC

svn commit: r1565901 - /myfaces/site/cms-site/trunk/lib/view.pm

Author: lu4242
Date: Sat Feb  8 03:25:40 2014
New Revision: 1565901

URL: http://svn.apache.org/r1565901
Log:
test how to fix documentation

Modified:
    myfaces/site/cms-site/trunk/lib/view.pm

Modified: myfaces/site/cms-site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/lib/view.pm?rev=1565901&r1=1565900&r2=1565901&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/lib/view.pm (original)
+++ myfaces/site/cms-site/trunk/lib/view.pm Sat Feb  8 03:25:40 2014
@@ -324,7 +324,7 @@ sub pagetree {
    # Find the list of files
    # my $dir = @_;
    # my $dir = "/content/wiki/core/user-guide/";
-   my $file = @_;
+   my $file = "content/wiki/core/user-guide/sitemap.html";
    my ($dir) = ($file =~ /^(.*)\/.*?/);
    my $entries = {};
    sitemapFind($dir, $entries);