--- http_response.py_1_2 2004-12-03 22:41:10.000000000 +0100 +++ http_response.py 2004-12-03 22:44:11.000000000 +0100 @@ -282,8 +282,8 @@ status = 302 self.set_status(status) self.headers['location'] = location - self.set_content_type('text/plain') - return "Your browser should have redirected you to %s" % location + return ''%( + location) def _gen_cookie_headers(self): """_gen_cookie_headers() -> [string]