farling42 / RWoutput

Tool to convert a Realm Works Output file into other formats.
GNU General Public License v3.0
14 stars 0 forks source link

Use correct file header for HTML5/XML #19

Closed farling42 closed 6 years ago

farling42 commented 6 years ago

use content-type = application/xhtml+xml no DOCTYPE tag at start

farling42 commented 6 years ago

application/xhtml+xml is the content-type which would be provided in the HTTP header from a web server. The delivered document is still required to use "text/html"