[Rt-commit] r15890 - in rt/branches/3.999-DANGEROUS: share/html/Elements

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Sep 10 12:48:55 EDT 2008


Author: sunnavy
Date: Wed Sep 10 12:48:54 2008
New Revision: 15890

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/share/html/Elements/Header

Log:
 r16575 at sunnavys-mb:  sunnavy | 2008-09-10 23:36:20 +0800
 set Jifty->handler->stash->{in_body} = 1; just before <body>


Modified: rt/branches/3.999-DANGEROUS/share/html/Elements/Header
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Elements/Header	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Elements/Header	Wed Sep 10 12:48:54 2008
@@ -80,6 +80,7 @@
 % $m->callback( %ARGS, Callbackname => 'head' );
 
 </head>
+% Jifty->handler->stash->{'in_body'} = 1;
   <body<% $id && qq[ id="comp-$id"] |n %>>
 
 % if ($show_bar && Jifty->web->current_user) {


More information about the Rt-commit mailing list