diff --git a/Controleur/ControleurAjaximprimerfacturedefinitiveopt.php b/Controleur/ControleurAjaximprimerfacturedefinitiveopt.php index 347da9d..93d99a7 100755 --- a/Controleur/ControleurAjaximprimerfacturedefinitiveopt.php +++ b/Controleur/ControleurAjaximprimerfacturedefinitiveopt.php @@ -318,7 +318,7 @@ class ControleurAjaximprimerfacturedefinitiveopt extends Controleurrequete $fichier="Temp/TMP_FACTURE_DEFINITIVE"."_".uniqid().".pdf"; $pdf->Output($fichier, "F"); $pdf->pdf->SetTitle($fichier); - $t_html ='
'; + $t_html ='
'; $t_html .=' TELECHARGER '; $t_html .='
'; echo $t_html;