aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/feed.rss.html
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2016-10-16 17:41:08 +0200
committerVirtualTam <virtualtam@flibidi.net>2016-10-16 17:41:08 +0200
commitdec5fe9c6973054a1301982f910de86a19502b55 (patch)
treeb78d43b5692ee6d80ea4e1bb4ac5345c22b880a6 /tpl/feed.rss.html
parentbb70e690598d270951148e003a4dc253b05868b4 (diff)
downloadShaarli-dec5fe9c6973054a1301982f910de86a19502b55.tar.gz
Shaarli-dec5fe9c6973054a1301982f910de86a19502b55.tar.zst
Shaarli-dec5fe9c6973054a1301982f910de86a19502b55.zip
Cleanup: explicitely loop over PHP variables in templates
Relates to https://github.com/shaarli/Shaarli/issues/613 Before: {loop="someVariable"} After: {loop="$someVariable"} Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'tpl/feed.rss.html')
-rw-r--r--tpl/feed.rss.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/feed.rss.html b/tpl/feed.rss.html
index 4bfe4196..e18dbf9b 100644
--- a/tpl/feed.rss.html
+++ b/tpl/feed.rss.html
@@ -12,7 +12,7 @@
12 <!-- PubSubHubbub Discovery --> 12 <!-- PubSubHubbub Discovery -->
13 <atom:link rel="hub" href="{$pubsubhub_url}" /> 13 <atom:link rel="hub" href="{$pubsubhub_url}" />
14 {/if} 14 {/if}
15 {loop="links"} 15 {loop="$links"}
16 <item> 16 <item>
17 <title>{$value.title}</title> 17 <title>{$value.title}</title>
18 <guid isPermaLink="{if="$usepermalinks"}true{else}false{/if}">{$value.guid}</guid> 18 <guid isPermaLink="{if="$usepermalinks"}true{else}false{/if}">{$value.guid}</guid>