Skip to content

Commit

Permalink
pkp#10664 Fix xhtml file mimetype for html galley views
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Dec 9, 2024
1 parent 90a2a55 commit 2562759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/core/PKPString.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2562759

Please sign in to comment.