From d0ed9fa8171f82352a72346cb5878303391f27f0 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 10 Apr 2024 15:11:09 -0400 Subject: [PATCH] Fix title to only show the session company name no need to nullify_html_entities the title this cause issues with umlaughts if you do --- header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.php b/header.php index ad04705e..a1ea8829 100644 --- a/header.php +++ b/header.php @@ -16,7 +16,7 @@ header("X-Frame-Options: DENY"); - <?php echo nullable_htmlentities($session_company_name); ?> | <?php echo nullable_htmlentities($config_app_name); ?> + <?php echo $session_company_name; ?>