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:20:58 UTC

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

Author: lu4242
Date: Sat Feb  8 05:20:58 2014
New Revision: 1565922

URL: http://svn.apache.org/r1565922
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=1565922&r1=1565921&r2=1565922&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/lib/view.pm (original)
+++ myfaces/site/cms-site/trunk/lib/view.pm Sat Feb  8 05:20:58 2014
@@ -48,7 +48,8 @@ sub single_narrative {
     foreach my $key (keys %{ ${args{headers}} }) {
         my $hindex = index($key, "set_" );
         if ($hindex == 0) {
-            $ttitle .= "$key,";
+            my $headerKey = substr($key, 4);
+            $ttitle .= "$headerKey,";
         }
     }
     $args{ttitle} = $ttitle;