File: phpbb/install/helper/iohandler/iohandler_base.php
Unmodified
Added
Modified
Removed
Line 108 | Line 108 |
---|
{ if (!is_array($error_title) && strpos($error_title, '<br />') !== false) {
|
{ if (!is_array($error_title) && strpos($error_title, '<br />') !== false) {
|
$error_title = strip_tags(htmlspecialchars_decode($error_title));
| $error_title = strip_tags(html_entity_decode($error_title, ENT_COMPAT));
|
} $this->errors[] = $this->translate_message($error_title, $error_description); }
| } $this->errors[] = $this->translate_message($error_title, $error_description); }
|