Added missing charset attribute
authorMarcel Werk <burntime@woltlab.com>
Sat, 10 Oct 2015 21:56:36 +0000 (23:56 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 10 Oct 2015 21:56:36 +0000 (23:56 +0200)
wcfsetup/install/files/lib/page/AbstractFeedPage.class.php

index b8587f6c949dbd8d2db63a380c95a9dccfc20a58..18239e47ee4996a73be25b18079b70f774eda6ae 100644 (file)
@@ -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);