Skip to content
Snippets Groups Projects
Commit 5adfc5af authored by Anika Henke's avatar Anika Henke
Browse files

yfixed typo that caused screwed up charset in export_raw

darcs-hash:20081121203311-f7d6d-5cf707afd1c1c4a0d0efc664855cda65233163a2.gz
parent 25b2a98c
No related branches found
No related tags found
No related merge requests found
......@@ -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':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment