diff options
Diffstat (limited to 'inc/feedcreator.class.php')
-rw-r--r-- | inc/feedcreator.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/feedcreator.class.php b/inc/feedcreator.class.php index dbd1edc95..00731ef74 100644 --- a/inc/feedcreator.class.php +++ b/inc/feedcreator.class.php @@ -1534,7 +1534,7 @@ echo $rss->saveFeed("RSS0.91", "feed.xml"); /** * This class allows to override the hardcoded charset * - * @author Andreas Gohr + * @author Andreas Gohr <andi@splitbrain.org> */ class DokuWikiFeedCreator extends UniversalFeedCreator{ function createFeed($format = "RSS0.91",$encoding='iso-8859-15') { |