From 2fd8675d7628167a51ce1874a208a7a4ec88ab77 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 15 Nov 2014 22:23:33 +0000 Subject: [PATCH] Add the missing echo to device labels. --- app/devices/device_edit.php | 44 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index bc5e8429c7..b54a5dfef5 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -767,28 +767,28 @@ require_once "resources/require.php"; if (strtolower($device_vendor) == "snom" || strlen($device_vendor) == 0) { if (strlen($device_vendor) == 0) { echo ""; } ?> - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + "; } }