diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php
index 79d3f5c254..52ab4cc08d 100644
--- a/app/destinations/destinations.php
+++ b/app/destinations/destinations.php
@@ -115,8 +115,8 @@ require_once "resources/paging.php";
echo th_order_by('destination_context', $text['label-destination_context'], $order_by, $order);
echo th_order_by('destination_enabled', $text['label-destination_enabled'], $order_by, $order);
echo th_order_by('destination_description', $text['label-destination_description'], $order_by, $order);
- echo "
\n";
- echo " $v_link_label_add\n";
+ echo " | ";
+ echo "$v_link_label_add";
echo " | \n";
echo "\n";
if ($result_count > 0) {
@@ -127,9 +127,9 @@ require_once "resources/paging.php";
echo " | ".$row['destination_context']." | \n";
echo " ".$row['destination_enabled']." | \n";
echo " ".$row['destination_description']." | \n";
- echo " \n";
- echo " $v_link_label_edit\n";
- echo " $v_link_label_delete\n";
+ echo " | ";
+ echo "$v_link_label_edit";
+ echo "$v_link_label_delete";
echo " | \n";
echo "
\n";
if ($c==0) { $c=1; } else { $c=0; }
@@ -143,8 +143,8 @@ require_once "resources/paging.php";
echo " \n";
echo " | | \n";
echo " $paging_controls | \n";
- echo " \n";
- echo " $v_link_label_add\n";
+ echo " | ";
+ echo "$v_link_label_add";
echo " | \n";
echo "
\n";
echo " \n";