aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/feed.php')
-rw-r--r--phpBB/feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/feed.php b/phpBB/feed.php
index a6206d9203..88539acbf1 100644
--- a/phpBB/feed.php
+++ b/phpBB/feed.php
@@ -196,7 +196,7 @@ foreach ($item_vars as $row)
echo '<p>' . $user->lang['STATISTICS'] . ': ' . $row['statistics'] . '</p>';
}
- echo '<hr /></div>' . "\n" . ']]></content>' . "\n";
+ echo '<hr />' . "\n" . ']]></content>' . "\n";
echo '</entry>' . "\n";
}