]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/dailyrss.html
Fix an issue preventing the Save button to appear for plugin parameters
[github/shaarli/Shaarli.git] / tpl / default / dailyrss.html
index ddbd6c5ea49ba5a0d3b68238471a7c06d3f42e41..b14a38595c6038620317cea2d0d8157e1261658e 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>