diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php
index fc671b76436..46d9ecd5242 100644
--- a/htdocs/comm/action/fiche.php
+++ b/htdocs/comm/action/fiche.php
@@ -715,7 +715,7 @@ if ($id)
print '';
// Status
- print '
| '.$langs->trans("Status").' / '.$langs->trans("Percentage").' | ';
+ print ' |
| '.$langs->trans("Status").' / '.$langs->trans("Percentage").' | ';
$percent=GETPOST("percentage")?GETPOST("percentage"):$act->percentage;
print $htmlactions->form_select_status_action('formaction',$percent,1);
print ' |
';
@@ -865,7 +865,7 @@ if ($id)
print '';
// Status
- print '| '.$langs->trans("Status").' / '.$langs->trans("Percentage").' | ';
+ print ' |
| '.$langs->trans("Status").' / '.$langs->trans("Percentage").' | ';
print $act->getLibStatut(4);
print ' |
';