]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #1336 from ArthurHoaro/hotfix/atom-author
authorArthurHoaro <arthur@hoa.ro>
Sat, 10 Aug 2019 10:08:22 +0000 (12:08 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Aug 2019 10:08:22 +0000 (12:08 +0200)
ATOM Feed: use instance name as author name instead of URL

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>