From 827b97884c5911253fdc9e3314b830bededae2b3 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 24 Apr 2006 11:09:41 +0000 Subject: [PATCH] Fix: mise en page --- htdocs/html.form.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index ac91178d3cc..69c4a97a9ad 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1598,13 +1598,13 @@ class Form print ''; $numaddress = $this->select_adresse_livraison($selected, $_GET['socid'], $htmlname); print ''; - print ''; + print ''; if ($numaddress==0) { $langs->load("companies"); print '   '.$langs->trans("AddAddress").''; } - print ''; + print ''; } else {