Dashboard: Minor visual adjustment on Voicemail block.

This commit is contained in:
reliberate
2016-03-31 18:13:16 -06:00
parent ce31971277
commit a390e41910

View File

@@ -393,7 +393,7 @@
$hud[$n]['html'] .= "</table>";
}
else {
$hud[$n]['html'] .= "<center><br><br>".$text['label-no_voicemail_assigned']."</center>";
$hud[$n]['html'] .= "<br />".$text['label-no_voicemail_assigned'];
}
$hud[$n]['html'] .= "</div>";
$n++;