We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3924f8 commit 1482066Copy full SHA for 1482066
src/DOMPDFModule/Service/DOMPDFFactory.php
@@ -108,7 +108,7 @@ public function createService(ServiceLocatorInterface $serviceLocator)
108
define(static::$configCompatMapping[$key], $value);
109
}
110
111
- require_once DOMPDF_LIB_DIR . "/html5lib/Parser.php";
+ 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