From 12b608f4149769ac3fd32afac9a49767643444be Mon Sep 17 00:00:00 2001 From: AlexanderDCrane <40072887+AlexanderDCrane@users.noreply.github.com> Date: Mon, 27 Aug 2018 20:39:43 -0600 Subject: [PATCH] Update extension_dashboard.php (#3301) --- app/extensions/extension_dashboard.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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";