summaryrefslogtreecommitdiff
path: root/inc/feedcreator.class.php
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-10-12 09:39:25 +0200
committerAdrian Lang <lang@cosmocode.de>2010-10-12 09:39:25 +0200
commit3a7442acbd7f96153f1ba5e88254ada577a1246b (patch)
treebab1595fb25e89164166fca8a737476157bf662d /inc/feedcreator.class.php
parent619736fd241e830980b303591b0d809c812b1718 (diff)
downloadrpg-3a7442acbd7f96153f1ba5e88254ada577a1246b.tar.gz
rpg-3a7442acbd7f96153f1ba5e88254ada577a1246b.tar.bz2
Fix encoding in inc/feedcreator.class.php
Diffstat (limited to 'inc/feedcreator.class.php')
-rw-r--r--inc/feedcreator.class.php8
1 files 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
*/