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 "