diff --git a/app/destinations/resources/classes/destinations.php b/app/destinations/resources/classes/destinations.php index eae818f2be..fe3f89cda3 100644 --- a/app/destinations/resources/classes/destinations.php +++ b/app/destinations/resources/classes/destinations.php @@ -356,7 +356,7 @@ if (!class_exists('destinations')) { } if (!empty($row['result']['data']) && !empty($row['select_value'][$destination_type])) { - $response .= " \n"; + $response .= " \n"; $label2 = $label; foreach ($row['result']['data'] as $data) { $select_value = $row['select_value'][$destination_type];