Fix export pb in br

This commit is contained in:
Laurent Destailleur
2025-12-02 15:04:14 +01:00
parent efd58a5f48
commit 7828311250
2 changed files with 7 additions and 3 deletions

View File

@@ -818,7 +818,9 @@ class FormFile
$out .= '<input type="hidden" name="page_y" value="">';
$out .= '<input type="hidden" name="token" value="'.newToken().'">';
$out .= load_fiche_titre($titletoshow, '', '');
if ($titletoshow) {
$out .= load_fiche_titre($titletoshow, '', '');
}
$out .= '<div class="div-table-responsive-no-min">';
$out .= '<table class="liste formdoc noborder centpercent">';