Skip to content

Commit 1803184

Browse files
authored
Update Html.php
1 parent 094ed46 commit 1803184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpSpreadsheet/Reader/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ private function insertImage(Worksheet $sheet, string $column, int $row, array $
10551055
$name = $attributes['alt'] ?? null;
10561056

10571057
$drawing = new Drawing();
1058-
$drawing->setPath($src);
1058+
$drawing->setPath($src, false);
10591059
if ($drawing->getPath() === '') {
10601060
return;
10611061
}

0 commit comments

Comments
 (0)