Fix for chat character sets bug 5010

This commit is contained in:
moodler 2006-04-16 16:01:40 +00:00
parent bd507453f7
commit 16ad40e145

View File

@ -67,7 +67,7 @@
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
header('Cache-Control: no-cache, must-revalidate');
header('Pragma: no-cache');
header('Content-Type: text/html');
header('Content-Type: text/html; charset='.current_charset());
header("Refresh: $CFG->chat_refresh_room; url=$refreshurl");
/// required stylesheets