diff options
author | Colin Fleming <cj_fleming@sky.com> | 2014-04-01 16:59:20 +0100 |
---|---|---|
committer | Colin Fleming <cj_fleming@sky.com> | 2014-04-01 16:59:20 +0100 |
commit | a4b1bf88bbdc0b05f39c5dcca245ccf3f0563f7d (patch) | |
tree | d322445a1fb8656c472f74a24d77de71a761a931 /etc | |
parent | bd42727d067c30228ee648f782a8eb71d8fa1202 (diff) | |
download | pfsense-a4b1bf88bbdc0b05f39c5dcca245ccf3f0563f7d.zip pfsense-a4b1bf88bbdc0b05f39c5dcca245ccf3f0563f7d.tar.gz |
Tidy up "functions.inc"
Remove unnecessary semi-colon.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/functions.inc | 2 |
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 |