diff options
Diffstat (limited to 'rc/bin/rc-httpd/handlers/dir-index')
-rwxr-xr-x | rc/bin/rc-httpd/handlers/dir-index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/rc-httpd/handlers/dir-index b/rc/bin/rc-httpd/handlers/dir-index index 8abf6f8fa..f8667f664 100755 --- a/rc/bin/rc-httpd/handlers/dir-index +++ b/rc/bin/rc-httpd/handlers/dir-index @@ -32,7 +32,7 @@ case date do_log 200 echo 'HTTP/1.1 200 OK'^$cr emit_extra_headers -echo 'Content-type: text/html'^$cr +echo 'Content-type: text/html; charset=utf-8'^$cr echo $cr echo '<html> <head> |