Skip to content

Commit

Permalink
Fix icon display in notifications in basic view
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Apr 3, 2014
1 parent f866ade commit 314dde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Notification/Event/Status.php
Expand Up @@ -46,7 +46,7 @@ public function __toString()
return Horde_Themes_Image::tag(
Horde_Themes::img($img, 'imp'),
array('alt' => $label)
) . parent::__toString();
) . '<div class="noticetext">' . parent::__toString() . '</div>';
}

}

0 comments on commit 314dde8

Please sign in to comment.