diff --git a/core/databases/databases.php b/core/databases/databases.php
index 26485820da..758fea5da6 100644
--- a/core/databases/databases.php
+++ b/core/databases/databases.php
@@ -117,8 +117,8 @@ require_once "resources/paging.php";
//echo th_order_by('database_username', $text['label-username'], $order_by, $order);
//echo th_order_by('database_path', $text['label-path'], $order_by, $order);
echo th_order_by('database_description', $text['label-description'], $order_by, $order);
- echo "
\n";
- echo " $v_link_label_add\n";
+ echo " | ";
+ echo "$v_link_label_add";
echo " | \n";
echo "\n";
@@ -133,9 +133,9 @@ require_once "resources/paging.php";
//echo " | ".$row['database_username']." | \n";
//echo " ".$row['database_path']." | \n";
echo " ".$row['database_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; }
@@ -149,8 +149,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";