aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Williams2025-08-17 13:49:50 +0000
committerEmil Williams2025-08-17 13:49:50 +0000
commit094cd01198fd5998d3c6ed0f289ea69519b790d2 (patch)
tree901e3cd33fa12285246acef965c8210abe0df317
parent14fa8c4f40e0c4cd3a4bd9ccaa27b9faad81e6c5 (diff)
downloadgorillanest-094cd01198fd5998d3c6ed0f289ea69519b790d2.tar.xz
gorillanest-094cd01198fd5998d3c6ed0f289ea69519b790d2.tar.zst
text/html
-rwxr-xr-xgorillanest2
1 files changed, 1 insertions, 1 deletions
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'} || '';