gluon-status-page: set html encoding to utf-8
This commit is contained in:
parent
6da1677d92
commit
21935ffc81
@ -51,6 +51,7 @@ io.write("Content-type: text/html\n\n")
|
||||
io.write("<!DOCTYPE html>\n")
|
||||
io.write("<html>")
|
||||
io.write("<head>")
|
||||
io.write("<meta charset=\"utf-8\"/>")
|
||||
io.write("<script src=\"/status.js\"></script>")
|
||||
io.write("<title>" .. escape_html(hostname) .. "</title>")
|
||||
io.write("</head>")
|
||||
|
Loading…
Reference in New Issue
Block a user