diff --git a/resources/classes/destinations.php b/resources/classes/destinations.php
index 3ee916841d..f91c6fbab0 100644
--- a/resources/classes/destinations.php
+++ b/resources/classes/destinations.php
@@ -262,7 +262,7 @@ class destinations {
$select_label = trim($select_label);
if ($select_value == $destination_value) { $selected = "selected='selected' "; $select_found = true; } else { $selected = ''; }
if ($label2 == 'destinations') { $select_label = format_phone($select_label); }
- $response .= " \n";
+ $response .= " \n";
}
$response .= " \n";
unset($text);
@@ -273,7 +273,7 @@ class destinations {
$destination_label = str_replace("menu-exec-app", "", $destination_label);
$destination_label = str_replace("transfer", "", $destination_label);
$destination_label = str_replace("XML ".$_SESSION['domain_name'], "", $destination_label);
- $response .= " \n";
+ $response .= " \n";
}
$response .= " \n";
if (if_group("superadmin")) {