mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
e030ddc1b2
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ class kernel_exception_subscriber implements EventSubscriberInterface
|
|||
$message = $this->language->lang_array($message, $exception->get_parameters());
|
||||
}
|
||||
|
||||
// Show <strong> text in bold
|
||||
$message = preg_replace('#<(/?strong)>#i', '<$1>', $message);
|
||||
|
||||
if (!$event->getRequest()->isXmlHttpRequest())
|
||||
{
|
||||
page_header($this->language->lang('INFORMATION'));
|
||||
|
|
Loading…
Add table
Reference in a new issue