aboutsummaryrefslogtreecommitdiff
path: root/formats/MrssFormat.php
diff options
context:
space:
mode:
Diffstat (limited to 'formats/MrssFormat.php')
-rw-r--r--formats/MrssFormat.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/formats/MrssFormat.php b/formats/MrssFormat.php
index 8bf569ae..0c51104a 100644
--- a/formats/MrssFormat.php
+++ b/formats/MrssFormat.php
@@ -150,14 +150,6 @@ EOD;
return $toReturn;
}
- public function display(){
- $this
- ->setContentType(self::MIME_TYPE . '; charset=' . $this->getCharset())
- ->callContentType();
-
- return parent::display();
- }
-
private function xml_encode($text){
return htmlspecialchars($text, ENT_XML1);
}