From ec4307c1a64a0f60648fdd7d0a2eb819bbf12965 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 29 Sep 2019 11:14:21 +0200 Subject: Use dc:creator instead of author for RSS 2.0 outputs (#2542) https://github.com/FreshRSS/FreshRSS/issues/2538#issuecomment-536227043 --- app/views/index/rss.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/index/rss.phtml b/app/views/index/rss.phtml index 104e03d15..dcfaa0a57 100755 --- a/app/views/index/rss.phtml +++ b/app/views/index/rss.phtml @@ -17,7 +17,7 @@ foreach ($this->entries as $item) { $authors = $item->authors(); if (is_array($authors)) { foreach ($authors as $author) { - echo "\t\t\t" , '', $author, '', "\n"; + echo "\t\t\t" , '', $author, '', "\n"; } } $categories = $item->tags(); -- cgit v1.2.3