httpserver.py: Replace weird space by regular one.

This commit is contained in:
Valentin Lorentz 2012-09-19 18:59:44 +00:00
parent 270e9b0806
commit c77c513e24
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ class Favicon(SupyHTTPServerCallback):
# I have no idea why, but this headers are already sent.
# self.send_header('Content-Length', len(response))
# self.send_header('Content-type', 'image/' + ext)
# self.end_headers()
# self.end_headers()
self.wfile.write(response)
else:
response = _('No favicon set.')