Add meta charset in generated PDF

This commit is contained in:
Noizette 2023-07-22 21:31:15 +02:00
parent 3537314762
commit 161659acfb
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,7 @@ EOF;
<html>
<head>
<title>{$doc}_{$emission}</title>
<meta charset="UTF-8">
<style>
@page {
size: A4 portrait;
@ -396,6 +397,7 @@ elseif ($f->type_facture == CERFA)
<html>
<head>
<title>{$doc}_{$emission}</title>
<meta charset="UTF-8">
<style>
@page {
size: A4 portrait;