kgraves.sd
Member
Posted 3 months ago #
is there a simple way to change the TinyMCE editor from XHTML code to HTML code?
Is the entire WordPress source files built on the XHTML doctype standards?
Examples would be shortags: <br /> vs <br />
Edit: lol even this post editor is forcing my br tags with a ending slash
is there a simple way to change the TinyMCE editor from XHTML code to HTML code?
Not that I know of.
Is the entire WordPress source files built on the XHTML doctype standards?
Yes
I think there are no way to force tinymce use HTML code instead of XHTML.
TheDeadMedic
Member
Posted 1 month ago #
You could filter the content server-side just before it's added to the database, replacing '/>' for '>'?