From 6001385f78ad19db0481455d9f0a297e3778eb42 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 13 Jan 2025 10:39:05 +0700 Subject: [PATCH] Update functions.php --- library/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/includes/functions.php b/library/includes/functions.php index c20c3db5..83e97eaf 100644 --- a/library/includes/functions.php +++ b/library/includes/functions.php @@ -1865,7 +1865,7 @@ function bb_die ($msg_text) $template->assign_vars(array( 'TPL_BB_DIE' => true, - 'MESSAGE_TEXT' => htmlCHR($msg_text), + 'MESSAGE_TEXT' => $msg_text, )); $template->set_filenames(array('bb_die' => 'common.tpl'));