Return code alert

merge-requests/8/head
Bob Mottram 2020-12-29 13:28:26 +00:00
parent 8518c68a60
commit 3554bf1c20
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ class PubServer(BaseHTTPRequestHandler):
'text-align: center;">' + str(httpCode) + '</div>' \ 'text-align: center;">' + str(httpCode) + '</div>' \
'<div style="font-size: 128px; ' \ '<div style="font-size: 128px; ' \
'text-align: center; font-variant: ' \ 'text-align: center; font-variant: ' \
'small-caps;">' + httpDescription + '</div>' \ 'small-caps;"><p role="alert">' + httpDescription + '</p></div>' \
'<div style="text-align: center;">' + longDescription + '</div>' \ '<div style="text-align: center;">' + longDescription + '</div>' \
'</body></html>' '</body></html>'
msg = msg.encode('utf-8') msg = msg.encode('utf-8')