From 19e21d99979f6e8973ebc4ac413ce0af4885b70c Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:36:16 -0700 Subject: [PATCH] Update missed_calls.php (#6953) * Update missed_calls.php * Update recent_calls.php * Update voicemails.php --- app/voicemails/resources/dashboard/voicemails.php | 2 +- app/xml_cdr/resources/dashboard/missed_calls.php | 2 +- app/xml_cdr/resources/dashboard/recent_calls.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/voicemails/resources/dashboard/voicemails.php b/app/voicemails/resources/dashboard/voicemails.php index fd2bb90a31..2f63d2a0c0 100644 --- a/app/voicemails/resources/dashboard/voicemails.php +++ b/app/voicemails/resources/dashboard/voicemails.php @@ -101,7 +101,7 @@ ".$messages['new'].""; + echo " ".$messages['new'].""; } echo " \n"; diff --git a/app/xml_cdr/resources/dashboard/missed_calls.php b/app/xml_cdr/resources/dashboard/missed_calls.php index 8d5083f39b..71c886566b 100644 --- a/app/xml_cdr/resources/dashboard/missed_calls.php +++ b/app/xml_cdr/resources/dashboard/missed_calls.php @@ -139,7 +139,7 @@ ".$num_rows.""; + echo " ".$num_rows.""; } echo " \n"; diff --git a/app/xml_cdr/resources/dashboard/recent_calls.php b/app/xml_cdr/resources/dashboard/recent_calls.php index c132af59ec..34947bf506 100644 --- a/app/xml_cdr/resources/dashboard/recent_calls.php +++ b/app/xml_cdr/resources/dashboard/recent_calls.php @@ -134,7 +134,7 @@ ".$num_rows.""; + echo " ".$num_rows.""; } echo " \n";