diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 725bf2b70c..c21fe97f92 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -626,7 +626,7 @@ if (empty($notifications['count']) && empty($notifications['sticky_count'])) { } else { $class = 'badge-danger'; } - echo(' User'.($notifications['sticky_count']+$notifications['count']).''); + echo(' User'.($notifications['sticky_count']+$notifications['count']).''); ?>