mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -532,7 +532,7 @@ function strip_bbcode(&$text, $uid = '')
|
||||
|
||||
if (preg_match('#^<[rt][ >]#', $text))
|
||||
{
|
||||
$text = $phpbb_container->get('text_formatter.utils')->clean_formatting($text);
|
||||
$text = utf8_htmlspecialchars($phpbb_container->get('text_formatter.utils')->clean_formatting($text));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user