From 8f2cf2f6119fd5393483f289d735c71089d7b211 Mon Sep 17 00:00:00 2001 From: konrad Date: Sun, 13 Jan 2008 20:20:11 +0000 Subject: [PATCH] fix encoding problems in user interface git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@87 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- www/index.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/www/index.php b/www/index.php index ca64de2..e51c800 100644 --- a/www/index.php +++ b/www/index.php @@ -40,6 +40,7 @@ switch($mode){ break; } //spit out completed page +header("Content-Type: text/html; charset=utf-8"); print($parser->parseFile("layout.html")); ?> \ No newline at end of file -- 1.7.2.5