From 2e4440c3f8b95a7797cd19c1c27eaef83da48b8b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 13 Feb 2014 08:57:44 +0100 Subject: [PATCH] [change] wallabag in feeds title --- inc/poche/Poche.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index a786c8df..dd5fb0b9 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -1031,10 +1031,10 @@ class Poche // Check the token $feed = new FeedWriter(RSS2); - $feed->setTitle('poche - ' . $type . ' feed'); + $feed->setTitle('wallabag — ' . $type . ' feed'); $feed->setLink(Tools::getPocheUrl()); $feed->setChannelElement('updated', date(DATE_RSS , time())); - $feed->setChannelElement('author', 'poche'); + $feed->setChannelElement('author', 'wallabag'); if ($type == 'tag') { $entries = $this->store->retrieveEntriesByTag($tag_id); -- 2.41.0