From 5adfc5af7520737faaffab2ac676d724c58e5a52 Mon Sep 17 00:00:00 2001
From: Anika Henke <anika@selfthinker.org>
Date: Fri, 21 Nov 2008 21:33:11 +0100
Subject: [PATCH] yfixed typo that caused screwed up charset in export_raw

darcs-hash:20081121203311-f7d6d-5cf707afd1c1c4a0d0efc664855cda65233163a2.gz
---
 inc/actions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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':
-- 
GitLab