fix(bb_die): HTML characters converting (#1744)

This commit is contained in:
Roman Kelesidis 2025-01-11 12:20:15 +03:00 committed by GitHub
commit 4f1c7e40d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1357,7 +1357,7 @@ function bb_die($msg_text, $status_code = null)
$template->assign_vars([
'TPL_BB_DIE' => true,
'MESSAGE_TEXT' => htmlCHR($msg_text)
'MESSAGE_TEXT' => $msg_text
]);
$template->set_filenames(['bb_die' => 'common.tpl']);