summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/actions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/actions.php b/inc/actions.php
index 735179968..8da6c47cc 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':