diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index 61c83face8a..09acd2a76c9 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -647,10 +647,13 @@ else
// Conditions et modes de réglement
print '
| ';
+ print ' | ';
+ print '';
print ' | ';
if ($_GET['action'] == 'editconditions')
{
@@ -660,12 +663,13 @@ else
{
$html->form_conditions_reglement($_SERVER['PHP_SELF'].'?id='.$commande->id,$commande->cond_reglement_id,'none');
}
- print ' | ';
- print '
| ';
+ print ' |
';
+ print '| ';
+ print '';
print ' | ';
if ($_GET['action'] == 'editmode')
{
|