From 12967e6b67eb88091bf959548e47667ffdd0ef57 Mon Sep 17 00:00:00 2001 From: reliberate Date: Mon, 28 Mar 2016 09:57:03 -0600 Subject: [PATCH] Dialplan Edit: Style mods. --- app/dialplan/dialplan_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/dialplan/dialplan_edit.php b/app/dialplan/dialplan_edit.php index c8f9c9a23d..eb0a117c9a 100644 --- a/app/dialplan/dialplan_edit.php +++ b/app/dialplan/dialplan_edit.php @@ -521,7 +521,7 @@ else { //display the results if ($result_count > 0) { - echo "\n"; + echo "
\n"; $x = 0; foreach($details as $group) { @@ -760,7 +760,7 @@ else { //end the row echo "\n"; if ($index != 999) { - echo ""; + echo ""; } //increment the value $x++;