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 06:09:21 UTC

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

Author: lu4242
Date: Sat Feb  8 05:09:21 2014
New Revision: 1565918

URL: http://svn.apache.org/r1565918
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=1565918&r1=1565917&r2=1565918&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/lib/view.pm (original)
+++ myfaces/site/cms-site/trunk/lib/view.pm Sat Feb  8 05:09:21 2014
@@ -44,9 +44,9 @@ sub single_narrative {
     $args{refs} = {};
 
     # callback
-    my $allheaders = "";
+    my $ttitle = "";
     foreach my $key (keys %{ ${args{headers}} }) {
-        $allheaders .= "$key,";
+        $ttitle .= "$key,";
     }
     $args{ttitle} = allheaders;