diff --git a/app/dialplans/dialplan_edit.php b/app/dialplans/dialplan_edit.php index 8346a2a533..278f5eaf60 100644 --- a/app/dialplans/dialplan_edit.php +++ b/app/dialplans/dialplan_edit.php @@ -499,10 +499,10 @@ } if (is_array($_SESSION['domains'])) foreach ($_SESSION['domains'] as $row) { if ($row['domain_uuid'] == $domain_uuid) { - echo " \n"; + echo " \n"; } else { - echo " \n"; + echo " \n"; } } echo " \n";