Added nl2br to GUI's output of delete_device

This commit is contained in:
f0o
2015-03-12 15:54:09 +00:00
parent 0f8074afa5
commit 33e8d05c1d

View File

@@ -23,7 +23,7 @@ if (is_numeric($_REQUEST['id']))
'); ');
if ($_REQUEST['confirm']) if ($_REQUEST['confirm'])
{ {
print_message(delete_device(mres($_REQUEST['id']))."\n"); print_message(nl2br(delete_device(mres($_REQUEST['id'])))."\n");
} }
else else
{ {