diff options
Diffstat (limited to 'app')
| -rwxr-xr-x | app/views/index/rss.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/rss.phtml b/app/views/index/rss.phtml index 104e03d15..dcfaa0a57 100755 --- a/app/views/index/rss.phtml +++ b/app/views/index/rss.phtml @@ -17,7 +17,7 @@ foreach ($this->entries as $item) { $authors = $item->authors(); if (is_array($authors)) { foreach ($authors as $author) { - echo "\t\t\t" , '<author>', $author, '</author>', "\n"; + echo "\t\t\t" , '<dc:creator>', $author, '</dc:creator>', "\n"; } } $categories = $item->tags(); |
