From e8790a8314a43d89ef56b545b2bcbfca2702b973 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 23 Nov 2020 09:36:04 -0700 Subject: [PATCH] Remove trailing white space. --- app/destinations/resources/destinations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));