Index: trunk/phase3/includes/AjaxResponse.php |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | $this->mText = ''; |
47 | 47 | $this->mResponseCode = '200 OK'; |
48 | 48 | $this->mLastModified = false; |
49 | | - $this->mContentType= 'text/html; charset=utf-8'; |
| 49 | + $this->mContentType= 'application/x-wiki'; |
50 | 50 | |
51 | 51 | if ( $text ) { |
52 | 52 | $this->addText( $text ); |