mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Fix for chat character sets bug 5010
This commit is contained in:
parent
bd507453f7
commit
16ad40e145
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user