diff --git a/controllers/approving.php b/controllers/approving.php
index 9c394a2f83704261854696f1b7f1cb3ea23d7e7b..bf2f8c3d5b326e3a9157958441f37625fdb560da 100755
--- a/controllers/approving.php
+++ b/controllers/approving.php
@@ -12,7 +12,6 @@ class ApprovingController extends MarketController
         }
 
         Navigation::activateItem("/pluginmarket/approving");
-        $this->set_content_type('text/html;charset=windows-1252');
     }
 
     public function overview_action()
diff --git a/controllers/myplugins.php b/controllers/myplugins.php
index 272b315539fc68cd53ac16c7f0926595d89f0749..0bdd5221ca371c99b4b95ed001acea9fb7a7775f 100755
--- a/controllers/myplugins.php
+++ b/controllers/myplugins.php
@@ -6,9 +6,7 @@ class MypluginsController extends MarketController
     function before_filter(&$action, &$args)
     {
         parent::before_filter($action, $args);
-
         Navigation::activateItem("/pluginmarket/myplugins");
-        $this->set_content_type('text/html;charset=windows-1252');
     }
 
     public function overview_action()
diff --git a/controllers/presenting.php b/controllers/presenting.php
index 5ec1cfbffead8217f9fe3893e5478c69fd3da705..9be63f0c8b49d583c22e18174b319e22cb68ab8e 100755
--- a/controllers/presenting.php
+++ b/controllers/presenting.php
@@ -234,7 +234,6 @@ class PresentingController extends MarketController
         if (Request::isXhr()) {
             $this->response->add_header('X-Title', $this->review->isNew() ? _("Plugin reviewen") : _("Review bearbeiten"));
             $this->set_layout(null);
-            $this->set_content_type('text/html;charset=windows-1252');
         }
     }
 
@@ -316,7 +315,6 @@ class PresentingController extends MarketController
         if (Request::isXhr()) {
             $this->response->add_header('X-Title', sprintf(_('Automatisches Update für "%s" einrichten'), $this->release->plugin['name']." ".$this->release['version']));
             $this->set_layout(null);
-            $this->set_content_type('text/html;charset=windows-1252');
         }
     }
 
@@ -339,7 +337,6 @@ class PresentingController extends MarketController
         if (Request::isXhr()) {
             $this->response->add_header('X-Title', _("Plugin abonnieren"));
             $this->set_layout(null);
-            $this->set_content_type('text/html;charset=windows-1252');
         }
     }