diff --git a/app/destinations/resources/destinations.php b/app/destinations/resources/destinations.php index bc6ea82f69..50810a1652 100644 --- a/app/destinations/resources/destinations.php +++ b/app/destinations/resources/destinations.php @@ -43,7 +43,7 @@ $select_value = str_replace("\${context}", $_SESSION['domain_name'], $select_value); $select_label = str_replace("\${domain_name}", $_SESSION['domain_name'], $select_label); $select_label = str_replace("\${context}", $_SESSION['domain_name'], $select_label); - + $select_label = str_replace('&low_bar;', '_', $select_label); $select_label = str_replace("✉", 'email-icon', $select_label); //$select_label = escape(trim($select_label));