From 256275905f76892bd1c5097b2b8e76743101fff0 Mon Sep 17 00:00:00 2001 From: Nate Wright Date: Mon, 9 Dec 2024 10:48:45 +0000 Subject: [PATCH] pkp/pkp-lib#10664 Fix xhtml file mimetype for html galley views --- classes/core/PKPString.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/core/PKPString.inc.php b/classes/core/PKPString.inc.php index 435906033cf..c783c0e69e9 100644 --- a/classes/core/PKPString.inc.php +++ b/classes/core/PKPString.inc.php @@ -365,6 +365,7 @@ public static function getAmbiguousExtensionsMap() { return [ 'html:text/xml' => 'text/html', + 'xhtml:text/xml' => 'text/html', 'css:text/x-c' => 'text/css', 'css:text/plain' => 'text/css', 'csv:text/plain' => 'text/csv',