summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/functions.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/functions.inc b/etc/inc/functions.inc
index e434228..66a5bee 100644
--- a/etc/inc/functions.inc
+++ b/etc/inc/functions.inc
@@ -108,7 +108,7 @@ if(!function_exists("get_menu_messages")) {
$notice_msgs .="</table>";
$domtt= "onclick=\"domTT_activate(this, event, 'caption', '{$notice}','content', '<br />{$notice_msgs}', 'trail', false, 'delay', 0, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle','width','{$domtt_width}','y',5,'type', 'sticky');\"";
- $menu_messages="<div id='alerts' ; >\n";
+ $menu_messages="<div id='alerts'>\n";
if(count($notices)==1)
$msg= sprintf("%1$02d",count($notices))." ".gettext("unread notice");
else
OpenPOWER on IntegriCloud