From 3a7442acbd7f96153f1ba5e88254ada577a1246b Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Tue, 12 Oct 2010 09:39:25 +0200 Subject: Fix encoding in inc/feedcreator.class.php --- inc/feedcreator.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/feedcreator.class.php b/inc/feedcreator.class.php index 68b9bdd2b..8141d867c 100644 --- a/inc/feedcreator.class.php +++ b/inc/feedcreator.class.php @@ -50,11 +50,11 @@ * added a switch to select an external stylesheet (thanks to Pascal Van Hecke) * changed default content-type to application/xml * added character encoding setting - * fixed numerous smaller bugs (thanks to Sören Fuhrmann of golem.de) + * fixed numerous smaller bugs (thanks to Sören Fuhrmann of golem.de) * improved changing ATOM versions handling (thanks to August Trometer) - * improved the UniversalFeedCreator's useCached method (thanks to Sören Fuhrmann of golem.de) - * added charset output in HTTP headers (thanks to Sören Fuhrmann of golem.de) - * added Slashdot namespace to RSS 1.0 (thanks to Sören Fuhrmann of golem.de) + * improved the UniversalFeedCreator's useCached method (thanks to Sören Fuhrmann of golem.de) + * added charset output in HTTP headers (thanks to Sören Fuhrmann of golem.de) + * added Slashdot namespace to RSS 1.0 (thanks to Sören Fuhrmann of golem.de) * * See www.bitfolge.de for additional changelog info */ -- cgit v1.2.3