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 01:09:13 UTC

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

Author: lu4242
Date: Sat Feb  8 00:09:12 2014
New Revision: 1565859

URL: http://svn.apache.org/r1565859
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=1565859&r1=1565858&r2=1565859&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/lib/view.pm (original)
+++ myfaces/site/cms-site/trunk/lib/view.pm Sat Feb  8 00:09:12 2014
@@ -43,6 +43,10 @@ sub single_narrative {
 
     $args{refs} = {};
 
+    # render sitemap stuff
+    my $ttitle = ${args{headers}}{title}; 
+    $args{ttitle} = $ttitle;
+    
     # render tip box with reference to Confluence export
     # if translation for a page is still pending
     if($args{headers}->{translation_pending}) {