From 33e8d05c1d25c089a304a17a2d70ceec8c7a2bac Mon Sep 17 00:00:00 2001 From: f0o Date: Thu, 12 Mar 2015 15:54:09 +0000 Subject: [PATCH] Added nl2br to GUI's output of delete_device --- html/pages/delhost.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/delhost.inc.php b/html/pages/delhost.inc.php index 1c89e4297..58b3b89a5 100644 --- a/html/pages/delhost.inc.php +++ b/html/pages/delhost.inc.php @@ -23,7 +23,7 @@ if (is_numeric($_REQUEST['id'])) '); if ($_REQUEST['confirm']) { - print_message(delete_device(mres($_REQUEST['id']))."\n"); + print_message(nl2br(delete_device(mres($_REQUEST['id'])))."\n"); } else {