From: Marcel Werk Date: Sat, 10 Oct 2015 21:56:36 +0000 (+0200) Subject: Added missing charset attribute X-Git-Tag: 2.1.8~25 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7e0c7aa03979184ccab6ae8bea8d2c99065d6cd4;p=GitHub%2FWoltLab%2FWCF.git Added missing charset attribute --- diff --git a/wcfsetup/install/files/lib/page/AbstractFeedPage.class.php b/wcfsetup/install/files/lib/page/AbstractFeedPage.class.php index b8587f6c94..18239e47ee 100644 --- a/wcfsetup/install/files/lib/page/AbstractFeedPage.class.php +++ b/wcfsetup/install/files/lib/page/AbstractFeedPage.class.php @@ -85,7 +85,7 @@ abstract class AbstractFeedPage extends AbstractAuthedPage { parent::show(); // set correct content-type - @header('Content-Type: application/rss+xml'); + @header('Content-Type: application/rss+xml; charset=UTF-8'); // show template WCF::getTPL()->display($this->templateName, $this->application, false);