diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php
index 2b8e478d37d..96d633bd834 100644
--- a/htdocs/comm/propal/list.php
+++ b/htdocs/comm/propal/list.php
@@ -323,10 +323,9 @@ if ($result)
$formpropal->selectProposalStatus($viewstatut,1);
print '';
print '
';
- print '';
- print ' ';
- print '';
- print ' | ';
+ print '';
+ print '';
+ print '';
print "\n";
$var=true;
diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php
index a311c87cffc..2e28328085a 100644
--- a/htdocs/contact/list.php
+++ b/htdocs/contact/list.php
@@ -357,7 +357,6 @@ if ($result)
print '';
print '';
print '';
- print ' ';
print '';
print ' | ';
print '';
diff --git a/htdocs/fourn/commande/list.php b/htdocs/fourn/commande/list.php
index 97b8900bd4b..ab0fd08d3f0 100644
--- a/htdocs/fourn/commande/list.php
+++ b/htdocs/fourn/commande/list.php
@@ -45,7 +45,6 @@ $search_ttc=GETPOST('search_ttc');
$sall=GETPOST('search_all');
$search_status=GETPOST('search_status','int');
-
$page = GETPOST('page','int');
$socid = GETPOST('socid','int');
$sortorder = GETPOST('sortorder','alpha');
diff --git a/htdocs/product/list.php b/htdocs/product/list.php
index 55b9beb259c..ebf8b77f722 100644
--- a/htdocs/product/list.php
+++ b/htdocs/product/list.php
@@ -510,7 +510,7 @@ else
$product_static->status_buy = $objp->tobuy;
$product_static->status = $objp->tosell;
// Status (to sell)
- print '';
+ print ' | ';
if (! empty($conf->use_javascript_ajax) && $user->rights->produit->creer) {
print ajax_object_onoff($product_static, 'status', 'tosell', 'ProductStatusOnSell', 'ProductStatusNotOnSell');
} else {
@@ -519,7 +519,7 @@ else
print ' | ';
// Status (to buy)
- print '';
+ print ' | ';
if (! empty($conf->use_javascript_ajax) && $user->rights->produit->creer) {
print ajax_object_onoff($product_static, 'status_buy', 'tobuy', 'ProductStatusOnBuy', 'ProductStatusNotOnBuy');
} else {
diff --git a/htdocs/product/stock/mouvement.php b/htdocs/product/stock/mouvement.php
index 50b46c7003f..06e089c5209 100644
--- a/htdocs/product/stock/mouvement.php
+++ b/htdocs/product/stock/mouvement.php
@@ -461,7 +461,6 @@ if ($resql)
print ' | ';
print '';
print '';
- print ' ';
print '';
print ' | ';
print "\n";