We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fb5be5 + b124f2a commit a18c237Copy full SHA for a18c237
src/DOMPDFModule/Service/DOMPDFFactory.php
@@ -107,7 +107,8 @@ public function createService(ServiceLocatorInterface $serviceLocator)
107
108
define(static::$configCompatMapping[$key], $value);
109
}
110
-
+
111
+ require_once DOMPDF_LIB_DIR . '/html5lib/Parser.php';
112
require_once DOMPDF_INC_DIR . '/functions.inc.php';
113
require_once __DIR__ . '/../../../config/module.compat.php';
114
0 commit comments