MDL-6128 special chars and messaging system
authorskodak <skodak>
Sun, 28 Jan 2007 21:43:39 +0000 (21:43 +0000)
committerskodak <skodak>
Sun, 28 Jan 2007 21:43:39 +0000 (21:43 +0000)
message/refresh.php
mod/chat/gui_header_js/jsupdated.php

index daa3a81c389cbdde7a7014e874d287c691ee7247..3f480dae708ae1bd28f74dc3fa5513d822072c08 100644 (file)
@@ -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 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'."\n";
     echo '<html><head><title> </title>';
index b9f657bd8bd135dfced719d20152a2f2817a67d2..13bc3369688dbe71da64f3bc802442445eb31f24 100644 (file)
@@ -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 = '';