From 9ea3f5bff68e9fa063db4d13c460e84fcfed38b8 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Wed, 26 Feb 2014 04:58:16 +0000 Subject: [PATCH] Adjusted width of Delay and Timeout select boxes. --- app/calls/call_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/calls/call_edit.php b/app/calls/call_edit.php index e8ab582bf0..b501cc328c 100644 --- a/app/calls/call_edit.php +++ b/app/calls/call_edit.php @@ -43,7 +43,7 @@ else { //define the destination_select function function destination_select($select_name, $select_value, $select_default) { if (strlen($select_value) == 0) { $select_value = $select_default; } - echo " \n"; echo " \n"; $i = 0;