From be72e0976ae23be7d71565024dcfe76abe764c3c Mon Sep 17 00:00:00 2001 From: Nate Date: Tue, 18 Feb 2020 17:49:21 -0700 Subject: [PATCH] Update voicemail_messages.php --- app/voicemails/voicemail_messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/voicemails/voicemail_messages.php b/app/voicemails/voicemail_messages.php index bf9bbddb34..3f4e385bb1 100644 --- a/app/voicemails/voicemail_messages.php +++ b/app/voicemails/voicemail_messages.php @@ -296,7 +296,7 @@ echo "\n"; echo "\n"; // dummy row to maintain alternating background color - $bold = ($row['message_status'] == '' && $_REQUEST["uuid"] != $row['voicemail_message_uuid']) ? "style='font-weight: bold;'" : null; + $bold = ($row['message_status'] == '' && $_REQUEST["uuid"] != $row['voicemail_message_uuid']) ? 'font-weight: bold;' : null; $list_row_url = "javascript:recording_play('".escape($row['voicemail_message_uuid'])."');"; echo "\n"; echo " \n";