diff --git a/inc/actions.php b/inc/actions.php index 735179968ff73b206575c459bf30367646cec2b8..8da6c47cc85d2a73226835249a4dfcf7d4142ce5 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -444,7 +444,7 @@ function act_export($act){ $mode = substr($act,7); switch($mode) { case 'raw': - $headers['Content-Type'] = 'text/plain; charse=utf-8'; + $headers['Content-Type'] = 'text/plain; charset=utf-8'; $output = rawWiki($ID,$REV); break; case 'xhtml':