diff options
Diffstat (limited to 'entities/index.php')
-rw-r--r-- | entities/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/entities/index.php b/entities/index.php index b9890c1f8..f33df9ced 100644 --- a/entities/index.php +++ b/entities/index.php @@ -51,7 +51,8 @@ // Display the page
if ($shell) {
page_draw("", $body);
- } else {
+ } else { + header("Content-type: text/html; charset=UTF-8");
echo $body;
}
|