diff options
Diffstat (limited to 'program/steps/mail/spell_pspell.inc')
-rw-r--r-- | program/steps/mail/spell_pspell.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/spell_pspell.inc b/program/steps/mail/spell_pspell.inc index 0abdc9ea1..578bfe523 100644 --- a/program/steps/mail/spell_pspell.inc +++ b/program/steps/mail/spell_pspell.inc @@ -71,7 +71,7 @@ foreach ($words as $w) { $out .= '</spellresult>'; -header("Content-Type: text/xml"); +header("Content-Type: text/xml; charset=".RCMAIL_CHARSET); echo $out; exit; |