Bug #4191
Safari inserts <div>s when hitting return with the cleditor plugin.
Start date:
06/21/2013
Due date:
% Done:
0%
Estimated time:
Description
Safari inserts <div>s when hitting return with the cleditor plugin. Divs are not allowed in the new elog thus are shown as plain text after submission. Again, i need a new plugin. Jim Zagel reported this.
History
#1 Updated by Kyle Hazelwood over 7 years ago
- Category changed from Client to Server
- Status changed from New to Closed
Added a <div></div> regex to the HTML sanitizer so that <br/> tags are added instead.