Skip to content

Commit 58ddbe7

Browse files
pactodebarryvdh
authored andcommittedOct 4, 2017
Change enable html5 parser variable to match Dompdf options key. (barryvdh#395)
1 parent 3b2235e commit 58ddbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config/dompdf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
/**
258258
* Use the more-than-experimental HTML5 Lib parser
259259
*/
260-
"DOMPDF_ENABLE_HTML5PARSER" => false,
260+
"DOMPDF_ENABLE_HTML5_PARSER" => false,
261261

262262

263263
),

0 commit comments

Comments
 (0)
Please sign in to comment.