You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by jo...@apache.org on 2012/01/02 23:55:33 UTC

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

Author: joes
Date: Mon Jan  2 22:55:32 2012
New Revision: 1226565

URL: http://svn.apache.org/viewvc?rev=1226565&view=rev
Log:
whitespace to trigger site build

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=1226565&r1=1226564&r2=1226565&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/lib/view.pm (original)
+++ incubator/ooo/ooo-site/trunk/lib/view.pm Mon Jan  2 22:55:32 2012
@@ -96,7 +96,7 @@ sub html_page {
             read_text_file $f, $args{$1};
         }
     }
-# default navbars and mdtext from templates folder.
+    # default navbars and mdtext from templates folder.
     my $templates_folder = "templates";
     if (-d $templates_folder) {
 	for my $f (grep -f, glob "$templates_folder/*.mdtext") {
@@ -105,7 +105,7 @@ sub html_page {
            read_text_file $f, $args{$1};
 	}
     }
-# folder specific overrides
+    # folder specific overrides
     $templates_folder = templatesfolder($args{path});
     $args{templates_folder} = $templates_folder;
     if (-d $templates_folder) {