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/10 18:43:57 UTC

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

Author: wave
Date: Tue Apr 10 16:43:57 2012
New Revision: 1311856

URL: http://svn.apache.org/viewvc?rev=1311856&view=rev
Log:
Tweak to cause rebuild to support DE and NL site translation

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=1311856&r1=1311855&r2=1311856&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/lib/view.pm (original)
+++ incubator/ooo/ooo-site/trunk/lib/view.pm Tue Apr 10 16:43:57 2012
@@ -19,6 +19,7 @@ push our @TEMPLATE_DIRS, "templates";
 # like foo.page/bar.mdtext will be parsed and
 # passed to the template in the "bar" (hash)
 # variable.
+#
 
 sub single_narrative {
     my %args = @_;