diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php
index 468cd5543f9..fb243d2cab5 100644
--- a/htdocs/html.form.class.php
+++ b/htdocs/html.form.class.php
@@ -259,7 +259,8 @@ class Form
print '';
}
else {
- if ($pays == '' || $pays != $obj->libelle_pays) {
+ if ($pays == '' || $pays != $obj->libelle_pays)
+ {
// Affiche la rupture
print '\n";
$pays=$obj->libelle_pays;