1
0
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:
Tristan Darricau
2015-09-16 15:12:37 +02:00
committed by Tristan Darricau
parent 317c90cf48
commit 972f3a7ff4
3 changed files with 61 additions and 7 deletions

View File

@@ -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)
{