diff --git a/daemon.py b/daemon.py index 27268898e..a6e8727c1 100644 --- a/daemon.py +++ b/daemon.py @@ -973,10 +973,10 @@ class PubServer(BaseHTTPRequestHandler): 'text-align: center;">' + str(http_code) + '' + \ '

' + http_description + \ + 'small-caps;">

' + str(http_description) + \ '

' + \ '
' + \ - long_description + '
' + str(long_description) + '' msg = msg.encode('utf-8') self.send_response(http_code) self.send_header('Content-Type', 'text/html; charset=utf-8')