diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-10-12 14:16:09 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-10-12 14:16:09 +0000 |
commit | cc0eadb67feb8debcf38f8e102f1c3ed63368f33 (patch) | |
tree | 417aa508a0b4282ec0ae1834ea02032e7e033d5f /phpBB/feed.php | |
parent | 08437d1538b5e94b83d7a9d3a3e48ffbf36ad285 (diff) | |
download | forums-cc0eadb67feb8debcf38f8e102f1c3ed63368f33.tar forums-cc0eadb67feb8debcf38f8e102f1c3ed63368f33.tar.gz forums-cc0eadb67feb8debcf38f8e102f1c3ed63368f33.tar.bz2 forums-cc0eadb67feb8debcf38f8e102f1c3ed63368f33.tar.xz forums-cc0eadb67feb8debcf38f8e102f1c3ed63368f33.zip |
remove unused closing div tag (Bug #52735)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10221 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/feed.php')
-rw-r--r-- | phpBB/feed.php | 2 |
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"; } |