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

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

Author: lu4242
Date: Sat Feb  8 05:22:20 2014
New Revision: 1565925

URL: http://svn.apache.org/r1565925
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=1565925&r1=1565924&r2=1565925&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/lib/view.pm (original)
+++ myfaces/site/cms-site/trunk/lib/view.pm Sat Feb  8 05:22:20 2014
@@ -44,15 +44,15 @@ sub single_narrative {
     $args{refs} = {};
 
     # callback
-    my $ttitle = "";
+    # my $ttitle = "";
     foreach my $key (keys %{ ${args{headers}} }) {
         my $hindex = index($key, "set_" );
         if ($hindex == 0) {
             my $headerKey = substr($key, 4);
-            $ttitle .= "$headerKey,";
+            # $ttitle .= "$headerKey,";
         }
     }
-    $args{ttitle} = $ttitle;
+    # $args{ttitle} = $ttitle;
     
     # render sitemap stuff
     my $pagetree = ${args{headers}}{pagetree};