Skip to content

Commit 1482066

Browse files
committed
Update DOMPDFFactory.php
1 parent a3924f8 commit 1482066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DOMPDFModule/Service/DOMPDFFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function createService(ServiceLocatorInterface $serviceLocator)
108108
define(static::$configCompatMapping[$key], $value);
109109
}
110110

111-
require_once DOMPDF_LIB_DIR . "/html5lib/Parser.php";
111+
require_once DOMPDF_LIB_DIR . '/html5lib/Parser.php';
112112
require_once DOMPDF_INC_DIR . '/functions.inc.php';
113113
require_once __DIR__ . '/../../../config/module.compat.php';
114114

0 commit comments

Comments
 (0)