[Jifty-commit] r436 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Dec 30 19:00:48 EST 2005


Author: alexmv
Date: Fri Dec 30 19:00:48 2005
New Revision: 436

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Web.pm

Log:
 r8532 at zoq-fot-pik:  chmrr | 2005-12-30 19:00:18 -0500
  * Typo in content encoding was making fragments incorrectly render UTF-8


Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Fri Dec 30 19:00:48 2005
@@ -1053,7 +1053,7 @@
     # Spit out a correct content-type; we set this *here* instead of
     # above because each of the subrequests attempts to set it to
     # text/html -- so we have to override them after the fact.
-    $self->mason->cgi_request->content_type('text/xml; charset=utf=8');
+    $self->mason->cgi_request->content_type('text/xml; charset=utf-8');
 
     # Clear the buffer (in case something else snuck out) then output
     # the data and bail


More information about the Jifty-commit mailing list