gluon-status-page: set html encoding to utf-8

This commit is contained in:
Nils Schneider 2015-09-02 21:19:41 +02:00
parent 6da1677d92
commit 21935ffc81
1 changed files with 1 additions and 0 deletions

View File

@ -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>")