From 07aa117e2aa7c3c506fcca8a61b0405ae1743617 Mon Sep 17 00:00:00 2001 From: Christian Foellmann Date: Thu, 6 Oct 2022 13:51:40 +0200 Subject: [PATCH] add bug icon to Bug link in leftMenu --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index c8187551ea7..74ba7f97996 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -3004,7 +3004,7 @@ function left_menu($menu_array_before, $helppagename = '', $notused = '', $menu_ } print '
'; - print ''.$langs->trans("FindBug").''; + print ' '.$langs->trans("FindBug").''; print '
'; }