Update samples/Pdf/21a_Pdf.php

Co-authored-by: Adrien Crivelli <adrien.crivelli@gmail.com>
This commit is contained in:
oleibman 2020-05-31 10:54:30 -07:00 committed by GitHub
parent 9ba8db761b
commit 7e87a9f8d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ background-color: yellow;
EOF; EOF;
return preg_replace('@</head>@', "$newstyle</head>", $html); return preg_replace('~</head>~', "$newstyle</head>", $html);
} }
$helper->log('Write to Dompdf'); $helper->log('Write to Dompdf');