From 4810a1f4e15063289f4ffab430ba4a1edcfff1df Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sun, 22 Mar 2015 00:10:52 +0000 Subject: [PATCH] Time Conditions: Use break instead of space when adding additional 'Advanced' description. --- app/time_conditions/time_condition_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index 84a791fcec..0cc6f9827e 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -970,7 +970,7 @@ if ($action == 'update') { echo " \n"; echo " "; echo "
"; - echo " \n"; + echo " \n"; echo " "; switch_select_destination("dialplan", $text['label-select_default_destination'], "default_preset_action", $dialplan_action, 'width: 300px;', '', 'alternate_destination_required();'); echo " ";