diff --git a/resources/switch.php b/resources/switch.php index 489c9041ab..2ded66537c 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -1258,18 +1258,18 @@ function switch_select_destination($select_type, $select_label, $select_name, $s if ($ivr_menu_greet_long == $_SESSION['switch']['recordings']['dir']."/".$file) { $tmp_selected = true; if ($select_type == "dialplan") { - echo " \n"; + echo " \n"; } if ($select_type == "ivr") { - echo " \n"; + echo " \n"; } } else { if ($select_type == "dialplan") { - echo " \n"; + echo " \n"; } if ($select_type == "ivr") { - echo " \n"; + echo " \n"; } } } @@ -3198,4 +3198,4 @@ if (!function_exists('save_switch_xml')) { } } -?> +?> \ No newline at end of file