瀏覽代碼

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

Nils Schneider 8 年之前
父節點
當前提交
21935ffc81
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/gluon-status-page/files/lib/gluon/status-page/www/cgi-bin/status

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