From 29074faacddc882fbe16e2ac2fbec8134a800435 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 3 Feb 2010 16:20:23 +0000 Subject: [PATCH] Move the content-type header out of send_header() so it sends it on ANY request that includes the common.inc (should be every request) This fixes french characters in all the new ajax'd editors, becuase they obviously werent calling send_header() on the request so the encoding was defaulting to UTF8 and causing improperly encoded characters --- common.inc.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common.inc.php b/common.inc.php index 0b22585..a636506 100644 --- a/common.inc.php +++ b/common.inc.php @@ -22,6 +22,12 @@ */ ?> \n"; ?>