diff --git a/htdocs/commande/liste.php b/htdocs/commande/liste.php
index 6f009fa2eb0..21194f8b104 100644
--- a/htdocs/commande/liste.php
+++ b/htdocs/commande/liste.php
@@ -307,11 +307,11 @@ if ($resql)
print '
';
print '';
print ' | ';
- print '';
+ print ' | ';
if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
print '';
$formother->select_year($orderyear?$orderyear:-1,'orderyear',1, 20, 5);
- print ' | ';
+ print ' | ';
if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
print '';
$formother->select_year($deliveryyear?$deliveryyear:-1,'deliveryyear',1, 20, 5);
|