Mibew / mibew

Mibew Messenger - open-source live support application
https://mibew.org
Other
471 stars 204 forks source link

Use HTML5 doctype in backend #249

Closed techboyg5 closed 4 years ago

techboyg5 commented 4 years ago

This pull request:

Also see: Use HTML5 doctype in frontend.

faf commented 4 years ago

Well, in theory it is possible to switch from XHTML to HTML. Though, it's not enough to simply change the doctype, one will have to thoughtfully check all markup and fix all possible discrepancies afterwards. But what's the reason for this changes in the first place?

faf commented 4 years ago

Closing this just as #250 .

If you'll ever make a custom theme with the desired doctype, feel free to get back to this. In that case after some basic tests I would be able to merge such PR, so users will be able to choose between the existing theme and a new one.