[Jifty-commit] r6050 - jifty/trunk/lib/Jifty/View/Declare

Jifty commits jifty-commit at lists.jifty.org
Mon Dec 1 01:11:42 EST 2008


Author: ruz
Date: Mon Dec  1 01:11:42 2008
New Revision: 6050

Modified:
   jifty/trunk/lib/Jifty/View/Declare/Page.pm

Log:
* retab

Modified: jifty/trunk/lib/Jifty/View/Declare/Page.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare/Page.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare/Page.pm	Mon Dec  1 01:11:42 2008
@@ -34,7 +34,7 @@
     $self->_title($title);
 
     $self->_title($self->_meta->{title})
-	if $self->_meta && $self->_meta->{title};
+        if $self->_meta && $self->_meta->{title};
 
     return $self;
 }
@@ -123,7 +123,7 @@
     return sub {
         shift;
         for (@_) {
-	    no warnings qw( uninitialized );
+            no warnings qw( uninitialized );
             if ( ref($_) eq 'CODE' ) {
                 Template::Declare->new_buffer_frame;
                 $_->();
@@ -135,7 +135,7 @@
             }
         }
         $self->render_header;
-	$self->render_title();
+        $self->render_title();
     };
 }
 


More information about the Jifty-commit mailing list