From 21935ffc8198f044ae69828b4aa7c099823ce94c Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Wed, 2 Sep 2015 21:19:41 +0200 Subject: [PATCH] gluon-status-page: set html encoding to utf-8 --- .../files/lib/gluon/status-page/www/cgi-bin/status | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gluon-status-page/files/lib/gluon/status-page/www/cgi-bin/status b/package/gluon-status-page/files/lib/gluon/status-page/www/cgi-bin/status index fe4ba0af..ff89652d 100755 --- a/package/gluon-status-page/files/lib/gluon/status-page/www/cgi-bin/status +++ b/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("\n") io.write("") io.write("") +io.write("") io.write("") io.write("" .. escape_html(hostname) .. "") io.write("")