Saturday, October 1, 2016
1 change · master
Resolved issues and error corrections
The update stops malformed HTML from being saved when it could later break features that process translated content. This helps avoid unexpected errors caused by content that appears acceptable at first but fails during later system processing.
Original PR description
**[FIX] html_sanitizer: prevent save of HTML code that is not well-formed** Else it may lead to save "HTML soup" that is accepted by the parser but refused later, eg. when you try to prefetch the translated field, it is not XML valid and thus the translation function fails miserably