[Jifty-commit] r6699 - jifty/trunk/share/web/templates/__jifty/webservices

Jifty commits jifty-commit at lists.jifty.org
Wed Mar 25 06:51:27 EDT 2009


Author: c9s
Date: Wed Mar 25 06:51:25 2009
New Revision: 6699

Modified:
   jifty/trunk/share/web/templates/__jifty/webservices/xml

Log:
fix webservice/xml header


Modified: jifty/trunk/share/web/templates/__jifty/webservices/xml
==============================================================================
--- jifty/trunk/share/web/templates/__jifty/webservices/xml	(original)
+++ jifty/trunk/share/web/templates/__jifty/webservices/xml	Wed Mar 25 06:51:25 2009
@@ -100,6 +100,7 @@
 }
 
 $writer->endTag();
+Jifty->handler->apache->content_type('text/xml; charset=UTF-8');
 Jifty->web->out($output);
 </%init>
 <%once>


More information about the Jifty-commit mailing list