remove unused closing div tag (Bug #52735)

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10221 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2009-10-12 14:16:09 +00:00
parent 08437d1538
commit cc0eadb67f

View file

@ -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";
}