diff --git a/daemon.py b/daemon.py index 53a545e3f..c538145db 100644 --- a/daemon.py +++ b/daemon.py @@ -1135,8 +1135,8 @@ class PubServer(BaseHTTPRequestHandler): '

' + http_description + '

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