diff options
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/default/feed.atom.html | 2 | ||||
-rw-r--r-- | tpl/vintage/feed.atom.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tpl/default/feed.atom.html b/tpl/default/feed.atom.html index 29187505..bcfa7012 100644 --- a/tpl/default/feed.atom.html +++ b/tpl/default/feed.atom.html | |||
@@ -10,7 +10,7 @@ | |||
10 | {$value} | 10 | {$value} |
11 | {/loop} | 11 | {/loop} |
12 | <author> | 12 | <author> |
13 | <name>{$index_url}</name> | 13 | <name>{$pagetitle}</name> |
14 | <uri>{$index_url}</uri> | 14 | <uri>{$index_url}</uri> |
15 | </author> | 15 | </author> |
16 | <id>{$index_url}</id> | 16 | <id>{$index_url}</id> |
diff --git a/tpl/vintage/feed.atom.html b/tpl/vintage/feed.atom.html index 49798e85..0621cb9e 100644 --- a/tpl/vintage/feed.atom.html +++ b/tpl/vintage/feed.atom.html | |||
@@ -12,7 +12,7 @@ | |||
12 | {$value} | 12 | {$value} |
13 | {/loop} | 13 | {/loop} |
14 | <author> | 14 | <author> |
15 | <name>{$index_url}</name> | 15 | <name>{$pagetitle}</name> |
16 | <uri>{$index_url}</uri> | 16 | <uri>{$index_url}</uri> |
17 | </author> | 17 | </author> |
18 | <id>{$index_url}</id> | 18 | <id>{$index_url}</id> |