[Jifty-commit] r6386 - in jifty/trunk: .

Jifty commits jifty-commit at lists.jifty.org
Fri Feb 20 19:27:10 EST 2009


Author: sartak
Date: Fri Feb 20 19:27:10 2009
New Revision: 6386

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Manual/Tutorial.pod

Log:
 r80332 at onn:  sartak | 2009-02-20 19:26:54 -0500
 Remove some eol whitespace >:)


Modified: jifty/trunk/lib/Jifty/Manual/Tutorial.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Tutorial.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Tutorial.pod	Fri Feb 20 19:27:10 2009
@@ -363,11 +363,11 @@
       $posts->set_page_info(
           current_page => $page,
           per_page     => 3,
-      );  
+      );
   
       if ($posts->pager->last_page > 1) {
           p { "Page $page of " . $posts->pager->last_page }
-      }   
+      }
   
       dl {
           attr { class => "list" };


More information about the Jifty-commit mailing list