diff options
Diffstat (limited to 'formats/HtmlFormat.php')
-rw-r--r-- | formats/HtmlFormat.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/formats/HtmlFormat.php b/formats/HtmlFormat.php index b9a7aba1..b3f02099 100644 --- a/formats/HtmlFormat.php +++ b/formats/HtmlFormat.php @@ -137,14 +137,6 @@ EOD; return $toReturn; } - public function display() { - $this - ->setContentType(self::MIME_TYPE . '; charset=' . $this->getCharset()) - ->callContentType(); - - return parent::display(); - } - private function buildButton($format, $query) { return <<<EOD <a href="./?{$query}"><button class="rss-feed">{$format}</button></a> |