From: Meik S. <acy...@ph...> - 2009-10-12 14:16:56
|
Author: acydburn Date: Mon Oct 12 15:16:09 2009 New Revision: 10221 Log: remove unused closing div tag (Bug #52735) Modified: branches/phpBB-3_0_0/phpBB/feed.php Modified: branches/phpBB-3_0_0/phpBB/feed.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/feed.php (original) --- branches/phpBB-3_0_0/phpBB/feed.php Mon Oct 12 15:16:09 2009 *************** *** 196,202 **** echo '<p>' . $user->lang['STATISTICS'] . ': ' . $row['statistics'] . '</p>'; } ! echo '<hr /></div>' . "\n" . ']]></content>' . "\n"; echo '</entry>' . "\n"; } --- 196,202 ---- echo '<p>' . $user->lang['STATISTICS'] . ': ' . $row['statistics'] . '</p>'; } ! echo '<hr />' . "\n" . ']]></content>' . "\n"; echo '</entry>' . "\n"; } |