From ef72b776944c1e8a17a105e2000ed7d54e5c34d1 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 28 Jan 2007 21:43:39 +0000 Subject: [PATCH] MDL-6128 special chars and messaging system --- message/refresh.php | 2 +- mod/chat/gui_header_js/jsupdated.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/message/refresh.php b/message/refresh.php index daa3a81c38..3f480dae70 100644 --- a/message/refresh.php +++ b/message/refresh.php @@ -27,7 +27,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=utf-8'); echo ''."\n"; echo ' '; diff --git a/mod/chat/gui_header_js/jsupdated.php b/mod/chat/gui_header_js/jsupdated.php index b9f657bd8b..13bc336968 100644 --- a/mod/chat/gui_header_js/jsupdated.php +++ b/mod/chat/gui_header_js/jsupdated.php @@ -63,7 +63,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=utf-8'); /// required stylesheets $stylesheetshtml = ''; -- 2.39.5