mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue