]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
ATOM Feed: use instance name as author name instead of URL 1336/head
authorArthurHoaro <arthur@hoa.ro>
Mon, 29 Jul 2019 17:35:19 +0000 (19:35 +0200)
committerArthurHoaro <arthur@hoa.ro>
Mon, 29 Jul 2019 17:37:51 +0000 (19:37 +0200)
Related FreshRSS/FreshRSS#2466

tpl/default/feed.atom.html
tpl/vintage/feed.atom.html

index 29187505deb8e0ea470d4f8eddf217ae2b2a18ff..bcfa7012dbe2ca93924e03bcaeab8ba070a0d149 100644 (file)
@@ -10,7 +10,7 @@
     {$value}
   {/loop}
   <author>
-    <name>{$index_url}</name>
+    <name>{$pagetitle}</name>
     <uri>{$index_url}</uri>
   </author>
   <id>{$index_url}</id>
index 49798e8576998c919f4bf10d78a9b236a88a57d7..0621cb9e456d105e8769275c7fd5fb7a10454259 100644 (file)
@@ -12,7 +12,7 @@
     {$value}
   {/loop}
   <author>
-    <name>{$index_url}</name>
+    <name>{$pagetitle}</name>
     <uri>{$index_url}</uri>
   </author>
   <id>{$index_url}</id>