Author: wave
Date: Wed May 9 05:27:41 2012
New Revision: 1335926
URL: http://svn.apache.org/viewvc?rev=1335926&view=rev
Log:
Trigger site scan to add zh-cn branding
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=1335926&r1=1335925&r2=1335926&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/lib/view.pm (original)
+++ incubator/ooo/ooo-site/trunk/lib/view.pm Wed May 9 05:27:41 2012
@@ -13,7 +13,6 @@ use ASF::Util qw/read_text_file sort_tab
push our @TEMPLATE_DIRS, "templates";
-#
# This is most widely used view. It takes a
# 'template' argument and a 'path' argument.
# Assuming the path ends in foo.mdtext, any files
@@ -21,7 +20,6 @@ push our @TEMPLATE_DIRS, "templates";
# passed to the template in the "bar" (hash)
# variable.
#
-#
sub single_narrative {
my %args = @_;