diff options
author | Arthur <arthur@hoa.ro> | 2016-02-18 19:53:39 +0100 |
---|---|---|
committer | Arthur <arthur@hoa.ro> | 2016-02-18 19:53:39 +0100 |
commit | 64282b1499a48b3924741fa1349b8800b98947e6 (patch) | |
tree | c0d6189eadb4de41d6a74bef2d4f8345c871c3a2 /tpl | |
parent | 185447fbc6745164ae3dd207b45cc93a0753cc05 (diff) | |
parent | 205a42778dff04f1552e34ac2b7ade9e407ab1a0 (diff) | |
download | Shaarli-64282b1499a48b3924741fa1349b8800b98947e6.tar.gz Shaarli-64282b1499a48b3924741fa1349b8800b98947e6.tar.zst Shaarli-64282b1499a48b3924741fa1349b8800b98947e6.zip |
Merge pull request #486 from virtualtam/refactor/datetime
cleanup: use DateTime to format dates
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/dailyrss.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/dailyrss.html b/tpl/dailyrss.html index d959d6be..4133ca3e 100644 --- a/tpl/dailyrss.html +++ b/tpl/dailyrss.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <title>{$title} - {function="strftime('%A %e %B %Y', $daydate)"}</title> | 2 | <title>{$title} - {function="strftime('%A %e %B %Y', $daydate)"}</title> |
3 | <guid>{$absurl}</guid> | 3 | <guid>{$absurl}</guid> |
4 | <link>{$absurl}</link> | 4 | <link>{$absurl}</link> |
5 | <pubDate>{$rfc822date}</pubDate> | 5 | <pubDate>{$rssdate}</pubDate> |
6 | <description><![CDATA[ | 6 | <description><![CDATA[ |
7 | {loop="links"} | 7 | {loop="links"} |
8 | <h3><a href="{$value.url}">{$value.title}</a></h3> | 8 | <h3><a href="{$value.url}">{$value.title}</a></h3> |
@@ -13,4 +13,4 @@ | |||
13 | <br><br><hr> | 13 | <br><br><hr> |
14 | {/loop} | 14 | {/loop} |
15 | ]]></description> | 15 | ]]></description> |
16 | </item> \ No newline at end of file | 16 | </item> |