[Jifty-commit] r3059 - in jifty/trunk: lib/Jifty/View/Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Mar 25 11:25:01 EDT 2007


Author: jesse
Date: Sun Mar 25 11:25:01 2007
New Revision: 3059

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/View/Declare/Helpers.pm

Log:
 r53805 at pinglin:  jesse | 2007-03-24 20:00:04 -0400
 * added back the div id 'content' for parity with old jifty templates 


Modified: jifty/trunk/lib/Jifty/View/Declare/Helpers.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare/Helpers.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare/Helpers.pm	Sun Mar 25 11:25:01 2007
@@ -305,7 +305,7 @@
             show 'salutation'; 
             show 'menu'; 
         };
-            div {
+            div { attr { id is 'content'};
                 div {
                     {
                         no warnings qw( uninitialized redefine once );


More information about the Jifty-commit mailing list