aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/dailyrss.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/default/dailyrss.html')
-rw-r--r--tpl/default/dailyrss.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/dailyrss.html b/tpl/default/dailyrss.html
index ddbd6c5e..b14a3859 100644
--- a/tpl/default/dailyrss.html
+++ b/tpl/default/dailyrss.html
@@ -4,7 +4,7 @@
4 <link>{$absurl}</link> 4 <link>{$absurl}</link>
5 <pubDate>{$rssdate}</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>
9 <small>{if="!$hide_timestamps"}{function="strftime('%c', $value.timestamp)"} - {/if}{if="$value.tags"}{$value.tags}{/if}<br> 9 <small>{if="!$hide_timestamps"}{function="strftime('%c', $value.timestamp)"} - {/if}{if="$value.tags"}{$value.tags}{/if}<br>
10 {$value.url}</small><br> 10 {$value.url}</small><br>