mirror of https://github.com/itflow-org/itflow
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:
parent
ccab5f9a00
commit
d0ed9fa817
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue