From: Emil Williams Date: Sun, 17 Aug 2025 13:49:50 +0000 (+0000) Subject: text/html X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=094cd01198fd5998d3c6ed0f289ea69519b790d2;p=gorillanest.git text/html --- diff --git a/gorillanest b/gorillanest index 4f39f1b..508f45f 100755 --- a/gorillanest +++ b/gorillanest @@ -87,7 +87,7 @@ try { while($request->Accept() >= 0) { my $cgi = CGI->new; my %header = ( - -Content_Type => 'text/plain', + -Content_Type => 'text/html', -charset => 'UTF-8', ); my $method = $ENV{'REQUEST_METHOD'} || '';