diff --git a/library/includes/functions.php b/library/includes/functions.php index 92a93a7ed..2300e3141 100644 --- a/library/includes/functions.php +++ b/library/includes/functions.php @@ -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']);