1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 13:30:25 +02:00

Revert r9422 while we come up with a better fix

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9425 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Chris Smith
2009-04-07 12:50:31 +00:00
parent e2f445ae14
commit 1e908f078e
2 changed files with 1 additions and 2 deletions

View File

@@ -453,7 +453,7 @@ class bbcode_firstpass extends bbcode
break;
default:
return '[code:' . $this->bbcode_uid . ']' . $this->bbcode_specialchars(trim($code)) . '[/code:' . $this->bbcode_uid . ']';
return '[code:' . $this->bbcode_uid . ']' . $this->bbcode_specialchars($code) . '[/code:' . $this->bbcode_uid . ']';
break;
}
}