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

kevinquillen’s picture

Status: Active » Fixed

Fixed with the 6.x-1.5 release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.