]> git.xolatile.top Git - gorillanest.git/commitdiff
text/html
authorEmil Williams <emilemilemil@cock.li>
Sun, 17 Aug 2025 13:49:50 +0000 (13:49 +0000)
committerEmil Williams <emilemilemil@cock.li>
Sun, 17 Aug 2025 13:49:50 +0000 (13:49 +0000)
gorillanest

index 4f39f1b8c027f8379df66e1235618bf079d5a134..508f45f0c7982fa55823c4f87766247ba23181d5 100755 (executable)
@@ -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'} || '';