[Jifty-commit] r2448 - in jifty/branches/template-declare: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Dec 31 01:21:28 EST 2006


Author: jesse
Date: Sun Dec 31 01:21:26 2006
New Revision: 2448

Modified:
   jifty/branches/template-declare/   (props changed)
   jifty/branches/template-declare/lib/Jifty/View/Declare/Base.pm

Log:
 r46635 at pinglin:  jesse | 2006-12-31 01:21:27 -0500
 * jifty web out


Modified: jifty/branches/template-declare/lib/Jifty/View/Declare/Base.pm
==============================================================================
--- jifty/branches/template-declare/lib/Jifty/View/Declare/Base.pm	(original)
+++ jifty/branches/template-declare/lib/Jifty/View/Declare/Base.pm	Sun Dec 31 01:21:26 2006
@@ -231,7 +231,7 @@
         $begin =~ s/<body>$/$whitespace/s;
     }
 
-    outs_raw($begin);
+    Jifty->web->out($begin);
     $writer->startTag("body");
 
     while (1) {
@@ -1454,7 +1454,7 @@
         $writer->endTag();
     }
     $writer->endTag();
-    outs_raw($output);
+    Jifty->web->out($output);
 };
 
 template '__jifty/webservices/xml' => sub {


More information about the Jifty-commit mailing list