From a4b1bf88bbdc0b05f39c5dcca245ccf3f0563f7d Mon Sep 17 00:00:00 2001 From: Colin Fleming Date: Tue, 1 Apr 2014 16:59:20 +0100 Subject: Tidy up "functions.inc" Remove unnecessary semi-colon. --- etc/inc/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .=""; $domtt= "onclick=\"domTT_activate(this, event, 'caption', '{$notice}','content', '
{$notice_msgs}', 'trail', false, 'delay', 0, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle','width','{$domtt_width}','y',5,'type', 'sticky');\""; - $menu_messages="
\n"; + $menu_messages="
\n"; if(count($notices)==1) $msg= sprintf("%1$02d",count($notices))." ".gettext("unread notice"); else -- cgit v1.1