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/11 00:17:51 UTC

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

Author: lu4242
Date: Mon Feb 10 23:17:51 2014
New Revision: 1566832

URL: http://svn.apache.org/r1566832
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=1566832&r1=1566831&r2=1566832&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/lib/view.pm (original)
+++ myfaces/site/cms-site/trunk/lib/view.pm Mon Feb 10 23:17:51 2014
@@ -58,7 +58,7 @@ sub single_narrative {
             my $headerKey = substr($key, 4);
             my $command = trim(${args{headers}}{$headerKey});
             # TODO: parse parameter here
-            $args{$headerKey} = $command;
+            $args{$headerKey} = "hello!";
             if ($command eq "pagetree") {
                  my($ptfile, $ptdir, $ptext) = fileparse($args{path}, qr/\.[^.]*/);
                  my $basePath = "$ptdir$ptfile";