1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-17 14:35:29 +02:00

MDL-6128 special chars and messaging system

This commit is contained in:
skodak 2007-01-28 21:43:39 +00:00
parent 9152fc9938
commit ef72b77694
2 changed files with 2 additions and 2 deletions
message
mod/chat/gui_header_js

@ -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>';

@ -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 = '';