]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/dailyrss.html
Cleanup: explicitely loop over PHP variables in templates
[github/shaarli/Shaarli.git] / tpl / dailyrss.html
index b14a38595c6038620317cea2d0d8157e1261658e..ddbd6c5ea49ba5a0d3b68238471a7c06d3f42e41 100644 (file)
@@ -4,7 +4,7 @@
     <link>{$absurl}</link>
     <pubDate>{$rssdate}</pubDate>
     <description><![CDATA[
-        {loop="links"}
+        {loop="$links"}
                <h3><a href="{$value.url}">{$value.title}</a></h3>
                <small>{if="!$hide_timestamps"}{function="strftime('%c', $value.timestamp)"} - {/if}{if="$value.tags"}{$value.tags}{/if}<br>
                {$value.url}</small><br>