You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by jo...@apache.org on 2012/07/10 19:21:35 UTC

svn commit: r1359795 - /logging/site/cms/trunk/lib/view.pm

Author: joes
Date: Tue Jul 10 17:21:34 2012
New Revision: 1359795

URL: http://svn.apache.org/viewvc?rev=1359795&view=rev
Log:
trivial change to generate site build

Modified:
    logging/site/cms/trunk/lib/view.pm

Modified: logging/site/cms/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/logging/site/cms/trunk/lib/view.pm?rev=1359795&r1=1359794&r2=1359795&view=diff
==============================================================================
--- logging/site/cms/trunk/lib/view.pm (original)
+++ logging/site/cms/trunk/lib/view.pm Tue Jul 10 17:21:34 2012
@@ -7,7 +7,6 @@ use Dotiac::DTL::Addon::markup;
 
 push @TEMPLATE_DIRS, "templates";
 
-# KISS
 sub page { 
     my %args = @_; 
     Template("content$args{path}")->render(\%args), html => \%args;