mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 00:02:18 +02:00
Address an issue with quoting messages for those with HTML enabled.
Note again that we recommend that you do not enable HTML git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5778 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
541b344ba1
commit
eec5432a5e
@ -65,6 +65,7 @@ function prepare_message($message, $html_on, $bbcode_on, $smile_on, $bbcode_uid
|
||||
}
|
||||
|
||||
$message = addslashes($message);
|
||||
$message = str_replace('"', '\"', $message);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user