diff options
| -rwxr-xr-x | gorillanest | 2 |
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'} || ''; |
