mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
[ticket/11150] Fix Html output formatter
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
317c90cf48
commit
972f3a7ff4
@@ -114,7 +114,7 @@ trait translate_composer_trait
|
||||
$parameters = [];
|
||||
}
|
||||
|
||||
$message = trim($this->strip_format($message), "\n\r");
|
||||
$message = trim($this->strip_format($lang_key), "\n\r");
|
||||
|
||||
if (strpos($message, ' Problem ') === 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user