diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php index 2dbbbd28084..6bf3ccc14c2 100644 --- a/htdocs/comm/action/card.php +++ b/htdocs/comm/action/card.php @@ -1253,9 +1253,13 @@ if ($action == 'create') dol_fiche_end(); print '
'; - print ''; + print ''; print '     '; - print ''; + if (empty($backtopage)) { + print ''; + } else { + print ''; + } print '
'; print "";