From 102b9ee9cb65689bcf1c0c2f9159e2d7f4c56f28 Mon Sep 17 00:00:00 2001 From: fusionate Date: Wed, 11 Sep 2024 18:08:31 -0600 Subject: [PATCH] Dialplan - Edit: Fix card. --- app/dialplans/dialplan_edit.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/dialplans/dialplan_edit.php b/app/dialplans/dialplan_edit.php index b93bdc47e1..55d47d6145 100644 --- a/app/dialplans/dialplan_edit.php +++ b/app/dialplans/dialplan_edit.php @@ -775,7 +775,8 @@ echo ""; echo ""; echo ""; - echo "

"; + echo "\n"; + echo "
"; //dialplan details if ($action == "update") { @@ -797,6 +798,7 @@ //display the results if (is_array($details) && @sizeof($details) != 0) { + echo "
\n"; echo "\n"; $x = 0;