From 8f5a3839516fb9576530dc4063637e3fc4ce98b4 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 23 Jan 2018 19:09:08 -0700 Subject: [PATCH] Update destinations.php --- app/destinations/destinations.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 " ";