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, '', "\n";
+ echo "\t\t\t" , '', $author, '', "\n";
}
}
$categories = $item->tags();