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

This commit is contained in:
johnnyq 2024-04-10 15:11:09 -04:00
parent ccab5f9a00
commit d0ed9fa817
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ header("X-Frame-Options: DENY");
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="robots" content="noindex">
<title><?php echo nullable_htmlentities($session_company_name); ?> | <?php echo nullable_htmlentities($config_app_name); ?></title>
<title><?php echo $session_company_name; ?></title>
<!--
Favicon