diff --git a/doc/ChangeLog b/doc/ChangeLog index 1aac74aaa..cdbee6e5c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2005-08-18 Pierrick LE GALL + + * bug 133 fixed : "Nb of images incorectly rendered in "tool tip" + near category in category menu". Correction reported (and + improved) from branch 1.4 + 2005-08-18 Pierrick LE GALL * improvement : screen admin/picture_modify diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index dc5f8679c..b797d2657 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -394,24 +394,21 @@ function get_html_menu_category($categories) } $menu.= ' - - '.$category['name'].' - '; + '.$category['name'].''; if ($category['nb_images'] > 0) { $menu.= ' - - ['.$category['nb_images'].'] - - '.get_icon($category['date_last']); + '; + $menu.= '['.$category['nb_images'].']'; + $menu.= ''; + $menu.= get_icon($category['date_last']); } - $menu.= ''; + $menu.= ' + '; } $menu.= '