diff --git a/app/dialplan/dialplans.php b/app/dialplan/dialplans.php index fde08910a4..4df501fc04 100644 --- a/app/dialplan/dialplans.php +++ b/app/dialplan/dialplans.php @@ -98,6 +98,13 @@ else { echo "
\n"; echo " \n"; echo " "; + if (strlen($app_uuid) == 0) { + echo " "; + } + if (strlen($order_by) == 0) { + echo " "; + echo " "; + } echo " "; echo " \n"; echo "
\n";