HTML in Galley not rendering (displays source instead)

Hi @AndrewGearhart,

Unfortunately MIME type detection of HTML documents is a little spotty. You’ll need to do two things…

  1. Determine how OJS is checking MIME types. This is implemented in PKPString.inc.php to use [one of several methods, depending what’s available on your server.
  2. Work with the underlying tool – whichever is being used – to figure out why it’s mis-detecting your MIME types.

Regards,
Alec Smecher
Public Knowledge Project Team