mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
fixed code:1 bbcode bug.
git-svn-id: file:///svn/phpbb/trunk@1287 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1950,7 +1950,7 @@ else
|
||||
$user_sig = $userdata['user_sig'];
|
||||
}
|
||||
|
||||
$post_message = preg_replace("/\:$post_bbcode_uid(|\:[a-z])/si", "", $post_message);
|
||||
$post_message = preg_replace("/(|\:1)\:$post_bbcode_uid(|\:[a-z])/si", "", $post_message);
|
||||
$post_message = str_replace("<br />", "\n", $post_message);
|
||||
$post_message = preg_replace($html_entities_match, $html_entities_replace, $post_message);
|
||||
$post_message = preg_replace('#</textarea>#si', '</textarea>', $post_message);
|
||||
|
Reference in New Issue
Block a user