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++;