From 7bbbc32af905ce0389bf03b5ce274c707fed39de Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 9 Mar 2013 17:08:19 +0100 Subject: [PATCH] Fix: Missing style and typo error --- ChangeLog | 2 +- htdocs/user/hierarchy.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d7932dd762..0b6341ffbc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,7 +17,7 @@ For users: - New: Add more types for extra parameters (lists, phone, emails, checkbox, prices). - New: Some part of interface use more CSS3 (ie: agenda) - New: [ task #707 ] Create option ProfIdx are mandatory to validate a invoice. -- New: Can define of we want to use VAT or not for subscriptions (foundation module). +- New: Can define if we want to use VAT or not for subscriptions (foundation module). - New: Can define a default choice for choice "More action when recording a subscription" (foundation module). - New: Add link to check professional id for india. diff --git a/htdocs/user/hierarchy.php b/htdocs/user/hierarchy.php index ad5584483fc..afcd72ec76a 100644 --- a/htdocs/user/hierarchy.php +++ b/htdocs/user/hierarchy.php @@ -96,13 +96,13 @@ $nbofentries=(count($data) - 1); if ($nbofentries > 0) { - print ''; + print ''; tree_recur($data,$data[0],0); print ''; } else { - print ''; + print ''; print ''; print '
'.img_picto_common('','treemenu/branchbottom.gif').''; print $langs->trans("NoCategoryYet");