From f5e90caea685c0867ec53e728fcb6ce2e9d4f364 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 28 Jan 2007 21:47:21 +0000 Subject: [PATCH] MDL-6128 special chars and messaging system; backported from HEAD --- message/refresh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message/refresh.php b/message/refresh.php index 8a3d6029070..58659de31fa 100644 --- a/message/refresh.php +++ b/message/refresh.php @@ -30,7 +30,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='.$encoding); echo ''."\n"; echo ' ';