This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 29b2ac4 Try to fix service status display
29b2ac4 is described below
commit 29b2ac4db1b39465183e350710aec1b0e5312ecd
Author: Sebb <[email protected]>
AuthorDate: Mon Nov 25 09:59:37 2019 +0000
Try to fix service status display
---
www/test.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/test.cgi b/www/test.cgi
index 736d48c..7ce2dfd 100755
--- a/www/test.cgi
+++ b/www/test.cgi
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-print "Content-type: text/plain\r\n\r\n"
+print "Content-type: text/plain; charset=UTF-8\r\n\r\n"
ENV.sort.each do |k,v|
if k.eql? 'HTTP_AUTHORIZATION'