diff --git a/app/dialplans/dialplans.php b/app/dialplans/dialplans.php index 139edc6815..b58c3855dd 100644 --- a/app/dialplans/dialplans.php +++ b/app/dialplans/dialplans.php @@ -277,7 +277,7 @@ echo "
| "; + echo " | "; } if ($_GET['show'] == "all" && permission_exists('destination_all')) { echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, $param); @@ -449,8 +449,9 @@ if (sizeof($dialplan_ids) > 0) { echo "\n"; |
|---|