I didn't want to add an alert label to my user alerts so I left the field blank. However, I kept getting the ':' displayed. I updated line 19 in the user-alert.tpl.php file to:
<div class="user-alert-message"><?php if(strlen($alert_label)){print '<span class="user-label">'.$user_label.':'.'</span>';}?><?php print $body; ?></div>
Comments
Comment #1
kevinquillen commentedFixed with the 6.x-1.5 release.