From 6213c1ab6e743a78e895370dcad3728e251509fc Mon Sep 17 00:00:00 2001 From: reliberate Date: Thu, 31 Mar 2016 18:13:16 -0600 Subject: [PATCH] Dashboard: Minor visual adjustment on Voicemail block. --- core/user_settings/user_dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index 3bfa2554e2..b0fa7b8b41 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -393,7 +393,7 @@ $hud[$n]['html'] .= ""; } else { - $hud[$n]['html'] .= "


".$text['label-no_voicemail_assigned']."
"; + $hud[$n]['html'] .= "
".$text['label-no_voicemail_assigned']; } $hud[$n]['html'] .= ""; $n++;