diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index a3caaa560dd..adfaf0c82fc 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -626,7 +626,7 @@ if ($_GET["action"] == 'create') { print ''; print ''; - print '%'; + print ' %'; print ' '; // Si le module service est actif, on propose des dates de début et fin à la ligne if ($conf->service->enabled) { @@ -1155,7 +1155,7 @@ else print ''; print ''; print ''; - print '%'; + print ' %'; print ''; if ($conf->service->enabled) { print ''; diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index af9eba35e66..cf96a55a2a8 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -549,7 +549,7 @@ class Form $taille = sizeof($txtva); - print ''; for ($i = 0 ; $i < $taille ; $i++) {