diff --git a/app/devices/device_setting_delete.php b/app/devices/device_setting_delete.php index b48623fb46..ce06e22656 100644 --- a/app/devices/device_setting_delete.php +++ b/app/devices/device_setting_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/app/devices/device_setting_edit.php b/app/devices/device_setting_edit.php index 4d1556be44..9e08cf704a 100644 --- a/app/devices/device_setting_edit.php +++ b/app/devices/device_setting_edit.php @@ -129,7 +129,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { //redirect the browser require_once "resources/header.php"; - echo "\n"; + echo "\n"; echo "
\n"; if ($action == "add") { echo $text['message-add']."\n";