Re: Pylons 0.9.6rc2 - mimetype

2007-08-04 Thread Alagu Madhu
But it's working for me in pylons 0.9.5 On Aug 4, 11:00 am, Dan Korostelev [EMAIL PROTECTED] wrote: It's not a mimetype, it's a Content-Type header. And in 0.9.6 you should use global response object. Like this: response.headers['Content-Type'] = 'application/xhtml+xml' return

Re: Pylons 0.9.6rc2 - mimetype

2007-08-04 Thread Philip Jenvey
On Aug 4, 2007, at 1:00 AM, Dan Korostelev wrote: It's not a mimetype, it's a Content-Type header. And in 0.9.6 you should use global response object. Like this: response.headers['Content-Type'] = 'application/xhtml+xml' return render('login.mako') On 8/4/07, Alagu Madhu [EMAIL