python: add charset=UTF-8 to error_content_type
This commit is contained in:
parent
cf93d936be
commit
743b2e5584
|
@ -1186,7 +1186,7 @@ try:
|
|||
|
||||
server_version = 'Python-spdylay'
|
||||
|
||||
error_content_type = 'text/html'
|
||||
error_content_type = 'text/html; charset=UTF-8'
|
||||
|
||||
error_message_format = '''\
|
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
|
|
Loading…
Reference in New Issue