mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-15 04:26:25 +00:00
Update samples/Pdf/21a_Pdf.php
Co-authored-by: Adrien Crivelli <adrien.crivelli@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ background-color: yellow;
|
||||
|
||||
EOF;
|
||||
|
||||
return preg_replace('@</head>@', "$newstyle</head>", $html);
|
||||
return preg_replace('~</head>~', "$newstyle</head>", $html);
|
||||
}
|
||||
|
||||
$helper->log('Write to Dompdf');
|
||||
|
||||
Reference in New Issue
Block a user