From f05a541c55e93d10de1919e6e701aff4489be7b1 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 18 Aug 2005 21:20:04 +0000 Subject: - bug 134 fixed : "Nb of images incorectly rendered in tool tip near category in category menu". Deletion of a simple line break. git-svn-id: http://piwigo.org/svn/branches/branch-1_4@830 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_html.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index f30523c34..488e27800 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -403,8 +403,7 @@ function get_html_menu_category($categories) { $menu.= ' + title="'.$category['nb_images'].' '.$lang['images_available'].'"> ['.$category['nb_images'].'] '.get_icon($category['date_last']); -- cgit v1.2.3