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";