You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2012/04/03 18:45:17 UTC

svn commit: r1309033 - /incubator/ooo/ooo-site/trunk/lib/view.pm

Author: wave
Date: Tue Apr  3 16:45:17 2012
New Revision: 1309033

URL: http://svn.apache.org/viewvc?rev=1309033&view=rev
Log:
Added comment to view.pm to trigger change

Modified:
    incubator/ooo/ooo-site/trunk/lib/view.pm

Modified: incubator/ooo/ooo-site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/lib/view.pm?rev=1309033&r1=1309032&r2=1309033&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/lib/view.pm (original)
+++ incubator/ooo/ooo-site/trunk/lib/view.pm Tue Apr  3 16:45:17 2012
@@ -124,6 +124,7 @@ sub html_page {
 
     $args{breadcrumbs} =~ s/home/$args{ssi}{headers}{home}/;
 
+    # To Do - change the templates to make use of the bodytag
     return Template($template)->render(\%args), html => \%args;
 }