diff options
author | Michal Rezler <rezlemic@fel.cvut.cz> | 2011-03-23 10:39:45 +0100 |
---|---|---|
committer | Michal Rezler <rezlemic@fel.cvut.cz> | 2011-03-23 10:39:45 +0100 |
commit | 35838d22a57707952f630eaf9f9e9ab4c6c3cfb0 (patch) | |
tree | 3603e2e56314af40a4b7922e14e52c0bc06f6f9d /inc/feedcreator.class.php | |
parent | c4bb7947fcb2d4a5e5f8a15d9e3bbec333e44e13 (diff) | |
parent | ee1214abb2c14cf0f86ff6d9a5b49536c6b01e18 (diff) | |
download | rpg-35838d22a57707952f630eaf9f9e9ab4c6c3cfb0.tar.gz rpg-35838d22a57707952f630eaf9f9e9ab4c6c3cfb0.tar.bz2 |
jQuery rewrite branch merged into master branch of whole project
Diffstat (limited to 'inc/feedcreator.class.php')
-rw-r--r-- | inc/feedcreator.class.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/inc/feedcreator.class.php b/inc/feedcreator.class.php index 68b9bdd2b..435add6ac 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 */ @@ -1577,4 +1577,4 @@ class DokuWikiFeedCreator extends UniversalFeedCreator{ -//Setup VIM: ex: et ts=4 enc=utf-8 : +//Setup VIM: ex: et ts=4 : |