From 094cd01198fd5998d3c6ed0f289ea69519b790d2 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sun, 17 Aug 2025 13:49:50 +0000 Subject: [PATCH] text/html --- gorillanest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'} || ''; -- 2.39.5