From 7a125650849530305fa12c4ff681697e6ad584b6 Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 10 Apr 2020 09:50:34 -0600 Subject: [PATCH] Destinations - List: Prevent wrapping in Chrome when number formatting enabled. --- app/destinations/destinations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index d5dfc656a4..86e83e9c26 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -266,7 +266,7 @@ echo " ".escape($domain)."\n"; } echo " ".escape($row['destination_type'])." \n"; - echo " "; + echo " "; if (permission_exists('destination_edit')) { echo "".escape(format_phone($row['destination_number'])).""; }