From 7e0c7aa03979184ccab6ae8bea8d2c99065d6cd4 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 10 Oct 2015 23:56:36 +0200 Subject: [PATCH] Added missing charset attribute --- wcfsetup/install/files/lib/page/AbstractFeedPage.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1