]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/feed.rss.html
Cleanup: explicitely loop over PHP variables in templates
[github/shaarli/Shaarli.git] / tpl / feed.rss.html
index 4bfe4196c24abfdc6b4c94bda104adce5fe99824..e18dbf9bcea3f70f6ec4578ff12571e002a06cc8 100644 (file)
@@ -12,7 +12,7 @@
       <!-- PubSubHubbub Discovery -->
       <atom:link rel="hub" href="{$pubsubhub_url}" />
     {/if}
-    {loop="links"}
+    {loop="$links"}
       <item>
         <title>{$value.title}</title>
         <guid isPermaLink="{if="$usepermalinks"}true{else}false{/if}">{$value.guid}</guid>