diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index ca3b3d21749..7e02c5b6227 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -953,7 +953,7 @@ class Form $cat = new Categorie ($this -> db); $cat->get_categories_arbo(); $cate_arbo = $cat->get_arbo_each_cate(); - print ''.$langs->trans ("AddIn").''; //creation des categories meres print '\n'; @@ -966,7 +966,7 @@ class Form print ''; } - print ''; + print ''; }