You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/10/03 17:08:38 UTC

svn commit: r1629219 - /directory/site/trunk/lib/view.pm

Author: elecharny
Date: Fri Oct  3 15:08:38 2014
New Revision: 1629219

URL: http://svn.apache.org/r1629219
Log:
Simple change to rebuild the site

Modified:
    directory/site/trunk/lib/view.pm

Modified: directory/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/directory/site/trunk/lib/view.pm?rev=1629219&r1=1629218&r2=1629219&view=diff
==============================================================================
--- directory/site/trunk/lib/view.pm (original)
+++ directory/site/trunk/lib/view.pm Fri Oct  3 15:08:38 2014
@@ -50,6 +50,7 @@ sub template_page
     return Dotiac::DTL::Template($template)->render(\%args), html => \%args;
 }
 
+
 # Gets the base of the path
 sub _base
 {