diff --git a/core/domain_settings/domain_settings_delete.php b/core/domain_settings/domain_settings_delete.php
index 2a0c011d18..051f097435 100644
--- a/core/domain_settings/domain_settings_delete.php
+++ b/core/domain_settings/domain_settings_delete.php
@@ -57,7 +57,7 @@ if (strlen($id)>0) {
//redirect the user
require_once "resources/header.php";
- echo "\n";
+ echo "\n";
echo "
\n";
echo $text['message-delete']."\n";
echo "
\n";
diff --git a/core/domain_settings/domain_settings_edit.php b/core/domain_settings/domain_settings_edit.php
index 874f640a18..e4faf95d97 100644
--- a/core/domain_settings/domain_settings_edit.php
+++ b/core/domain_settings/domain_settings_edit.php
@@ -119,7 +119,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
unset($sql);
require_once "resources/header.php";
- echo "\n";
+ echo "\n";
echo "\n";
echo $text['message-add']."\n";
echo "
\n";
@@ -141,7 +141,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
unset($sql);
require_once "resources/header.php";
- echo "\n";
+ echo "\n";
echo "\n";
echo $text['message-update']."\n";
echo "
\n";
diff --git a/core/domain_settings/domains.php b/core/domain_settings/domains.php
index 9b576de828..6e7f56bb50 100644
--- a/core/domain_settings/domains.php
+++ b/core/domain_settings/domains.php
@@ -161,7 +161,7 @@ else {
echo th_order_by('domain_description', $text['label-description'], $order_by, $order);
echo "\n";
if (permission_exists('domain_add')) {
- echo " $v_link_label_add\n";
+ echo " $v_link_label_add\n";
}
else {
echo " \n";
@@ -176,10 +176,10 @@ else {
echo " | ".$row['domain_description']." | \n";
echo " \n";
if (permission_exists('domain_edit')) {
- echo " $v_link_label_edit\n";
+ echo " $v_link_label_edit\n";
}
if (permission_exists('domain_delete')) {
- echo " $v_link_label_delete\n";
+ echo " $v_link_label_delete\n";
}
echo " | \n";
echo "\n";
@@ -196,7 +196,7 @@ else {
echo " $paging_controls | \n";
echo " \n";
if (permission_exists('domain_add')) {
- echo " $v_link_label_add\n";
+ echo " $v_link_label_add\n";
}
else {
echo " \n";
|