Skip to content

Commit

Permalink
#10664 Fix xhtml file mimetype for html galley views (#10682)
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr authored Dec 11, 2024
1 parent 310d3b8 commit 10e1b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/core/PKPString.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public static function getAmbiguousExtensionsMap(): array
{
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 10e1b13

Please sign in to comment.