Prevent editor submit while in source view
authorAlexander Ebert <ebert@woltlab.com>
Fri, 9 Sep 2016 14:39:23 +0000 (16:39 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 9 Sep 2016 14:39:23 +0000 (16:39 +0200)
commit9cbd962f71fe5f19a457e1e639e0205ff72bf45c
treef77d2406053a3925ff04185e97e8d31f6e18ede8
parent930036f90c6a53f3a70b9359cb767177bc8000a2
Prevent editor submit while in source view

Browsers are way more graceful towards invalid HTML compared to libxml's
and HTMLPurifier's draconian parsers. On top of that the editor will
take care of the HTML before submitting it, guaranteeing it to be
well-formed at least in terms of editor processing.
com.woltlab.wcf/templates/wysiwyg.tpl
wcfsetup/install/files/acp/templates/wysiwyg.tpl
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSource.js
wcfsetup/install/files/js/3rdParty/redactor2/plugins/source.js
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml