diff --git a/app/extensions/extension_dashboard.php b/app/extensions/extension_dashboard.php index aabc92e179..7fb8f817a9 100644 --- a/app/extensions/extension_dashboard.php +++ b/app/extensions/extension_dashboard.php @@ -190,7 +190,7 @@ //add the primary key uuid if (strlen($row['extension_uuid']) > 0) { - echo " \n"; + echo " \n"; } //show the destination @@ -208,10 +208,10 @@ foreach ($destinations as &$field) { if(strlen($field['destination_caller_id_number']) > 0) { if ($outbound_caller_id_number == $field['destination_caller_id_number']) { - echo " \n"; + echo " \n"; } else { - echo " \n"; + echo " \n"; } } } @@ -222,7 +222,7 @@ else { //caller id name an number input text echo " \n"; - echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo " \n";