diff --git a/api/src/Storage/Merge.php b/api/src/Storage/Merge.php index fc7efc4f6b..5408d7a48f 100644 --- a/api/src/Storage/Merge.php +++ b/api/src/Storage/Merge.php @@ -1826,7 +1826,7 @@ abstract class Merge } // Apply HTML formatting to target document, if possible // check if we can use the XSL extension, to not give a fatal error and rendering whole merge-print non-functional - if (class_exists(XSLTProcessor) && class_exists(DOMDocument) && $this->parse_html_styles) + if (class_exists('XSLTProcessor') && class_exists('DOMDocument') && $this->parse_html_styles) { try {