From ae4a9d499f54cf285708ceae22686a40351be3b3 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Thu, 19 Nov 2015 22:42:33 -0700 Subject: [PATCH] Add style white-space: nowrap; to destination edit. --- app/destinations/destination_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index d6051689c1..3d48fb6059 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -679,7 +679,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { if ($row["dialplan_detail_tag"] != "condition") { if ($row["dialplan_detail_tag"] == "action" && $row["dialplan_detail_type"] == "set" && strpos($row["dialplan_detail_data"], "accountcode") == 0) { continue; } //exclude set:accountcode actions echo " \n"; - echo " \n"; + echo " \n"; if (strlen($row['dialplan_detail_uuid']) > 0) { echo " \n"; }