1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

revert r8893 - there were massive problems with the display and select all code

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8953 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2008-09-28 17:08:09 +00:00
parent 7de4563d05
commit 0a98003d91
5 changed files with 8 additions and 8 deletions

View File

@@ -581,10 +581,10 @@ class bbcode
// no break;
default:
/* $code = str_replace("\t", '   ', $code);
$code = str_replace("\t", '   ', $code);
$code = str_replace(' ', '  ', $code);
$code = str_replace(' ', '  ', $code);
*/
// remove newline at the beginning
if (!empty($code) && $code[0] == "\n")
{