mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
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:
parent
08437d1538
commit
cc0eadb67f
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue