diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index 488c73fd97..bd57e262dc 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -195,7 +195,7 @@ echo " "; } else { - echo " \n"; + echo " \n"; } } @@ -228,7 +228,7 @@ echo th_order_by('destination_description', $text['label-destination_description'], $order_by, $order); echo " "; if (permission_exists('destination_add')) { - echo " $v_link_label_add"; + echo " $v_link_label_add"; } else { echo " \n"; @@ -289,7 +289,7 @@ echo " $paging_controls\n"; echo " "; if (permission_exists('destination_add')) { - echo "$v_link_label_add"; + echo "$v_link_label_add"; } else { echo " ";