diff options
author | Hakan Sandell <sandell.hakan@gmail.com> | 2010-10-23 16:40:40 +0200 |
---|---|---|
committer | Hakan Sandell <sandell.hakan@gmail.com> | 2010-10-23 16:40:40 +0200 |
commit | bcb79ff3b3b63c74a93cdf4762fa0cd1bb28d17a (patch) | |
tree | adcea7789395cf752416306f0ed6952c7f702ef8 /inc/feedcreator.class.php | |
parent | e3626db54846ba20cefbc1a9e2d8e29c40137067 (diff) | |
parent | 06ce34e4a80b6875db82190eb7abfb97bfd801b8 (diff) | |
download | rpg-bcb79ff3b3b63c74a93cdf4762fa0cd1bb28d17a.tar.gz rpg-bcb79ff3b3b63c74a93cdf4762fa0cd1bb28d17a.tar.bz2 |
Merge branch 'master' of git://github.com/splitbrain/dokuwiki
Diffstat (limited to 'inc/feedcreator.class.php')
-rw-r--r-- | inc/feedcreator.class.php | 8 |
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 */ |