Correction erreur placement directive charset
This commit is contained in:
parent
2454883ffc
commit
b9e8115af4
|
@ -203,8 +203,8 @@ EOF;
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{$doc}_{$emission}</title>
|
||||
<meta charset="UTF-8">
|
||||
<title>{$doc}_{$emission}</title>
|
||||
<style>
|
||||
@page {
|
||||
size: A4 portrait;
|
||||
|
@ -398,8 +398,8 @@ elseif ($f->type_facture == CERFA)
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{$doc}_{$emission}</title>
|
||||
<meta charset="UTF-8">
|
||||
<title>{$doc}_{$emission}</title>
|
||||
<style>
|
||||
@page {
|
||||
size: A4 portrait;
|
||||
|
|
Loading…
Reference in New Issue