From e8ec2da0bccb6eb127c258af39a468d83ec2550f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 11 May 2006 09:51:09 +0000 Subject: [PATCH] bugfix --- htdocs/html.form.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 534c5423de3..f9dcb81c2e0 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -656,20 +656,20 @@ class Form { print ''; // print '
'; - print $langs->trans("Ref").' '; - print $langs->trans("Label").''; + print $langs->trans("Ref").' '; + print $langs->trans("Label").''; // print '
'; print ''; print ''; print ''; - print '
'; + print '
'; print '
'; } else