diff options
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/feed.atom.html | 2 | ||||
-rw-r--r-- | tpl/feed.rss.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tpl/feed.atom.html b/tpl/feed.atom.html index 29187505..ad7dd935 100644 --- a/tpl/feed.atom.html +++ b/tpl/feed.atom.html | |||
@@ -6,7 +6,7 @@ | |||
6 | <updated>{$last_update}</updated> | 6 | <updated>{$last_update}</updated> |
7 | {/if} | 7 | {/if} |
8 | <link rel="self" href="{$self_link}#" /> | 8 | <link rel="self" href="{$self_link}#" /> |
9 | {loop="$plugins_feed_header"} | 9 | {loop="$feed_plugins_header"} |
10 | {$value} | 10 | {$value} |
11 | {/loop} | 11 | {/loop} |
12 | <author> | 12 | <author> |
diff --git a/tpl/feed.rss.html b/tpl/feed.rss.html index 66d9a869..73791f63 100644 --- a/tpl/feed.rss.html +++ b/tpl/feed.rss.html | |||
@@ -8,7 +8,7 @@ | |||
8 | <copyright>{$index_url}</copyright> | 8 | <copyright>{$index_url}</copyright> |
9 | <generator>Shaarli</generator> | 9 | <generator>Shaarli</generator> |
10 | <atom:link rel="self" href="{$self_link}" /> | 10 | <atom:link rel="self" href="{$self_link}" /> |
11 | {loop="$plugins_feed_header"} | 11 | {loop="$feed_plugins_header"} |
12 | {$value} | 12 | {$value} |
13 | {/loop} | 13 | {/loop} |
14 | {loop="$links"} | 14 | {loop="$links"} |