Skip to content

Commit

Permalink
#10664 Fix xhtml file mimetype for html galley views (#10681)
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr authored Dec 11, 2024
1 parent a7d4f43 commit d6c92cf
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 @@ -377,6 +377,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 d6c92cf

Please sign in to comment.