From 93abba955d50f3c448a325d7ab9d02c7a1da085e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 12 Aug 2019 10:43:20 -0600 Subject: [PATCH] Update template.php --- themes/default/template.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/themes/default/template.php b/themes/default/template.php index cb4cc41d80..ee260c9b4f 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -414,18 +414,18 @@ echo "
\n"; } //active domain's text hover color if ($_SESSION['theme']['domain_active_text_color_hover']['text'] != '' && $domain['domain_uuid'] == $_SESSION['domain_uuid']) { - echo "
"; + echo "
"; } else { - echo "
"; + echo "
"; } - echo "".escape($domain['domain_name'])."\n"; + echo "".escape($domain['domain_name'])."\n"; if ($domain['domain_description'] != '') { echo " - ".escape($domain['domain_description'])."\n"; } echo "
\n"; - $ary_domain_names[] = escape($domain['domain_name']); - $ary_domain_descs[] = str_replace('"','\"',escape($domain['domain_description'])); + $ary_domain_names[] = $domain['domain_name']; + $ary_domain_descs[] = str_replace('"','\"',$domain['domain_description']); } echo "
\n"; @@ -772,4 +772,5 @@ else { echo "\n"; echo "\n"; + ?>