We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e7b1c commit ea2738bCopy full SHA for ea2738b
src/DOMPDFModule/Service/DOMPDFFactory.php
@@ -108,10 +108,7 @@ public function createService(ServiceLocatorInterface $serviceLocator)
108
define(static::$configCompatMapping[$key], $value);
109
}
110
111
- if ($config['enable_html5parser']) {
112
- require_once DOMPDF_LIB_DIR . '/html5lib/Parser.php';
113
- }
114
-
+ require_once DOMPDF_LIB_DIR . '/html5lib/Parser.php';
115
require_once DOMPDF_INC_DIR . '/functions.inc.php';
116
require_once __DIR__ . '/../../../config/module.compat.php';
117
0 commit comments