Browse Source

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

Nils Schneider 8 years ago
parent
commit
21935ffc81

+ 1 - 0
package/gluon-status-page/files/lib/gluon/status-page/www/cgi-bin/status

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