Daily updates from Odoo
Thursday, October 26, 2017
1 change
Resolved issues and error corrections
This fix makes blog teaser content more resilient when users paste content into the website editor. It helps prevent broken blog page layouts caused by pasted content being placed in an incompatible text block.
Original PR description
When doing CTRL+V inside an editor on a P tag we could very easily break things because P or other phrasing content tags should not contain flow content tag (eg. `<div />`). opw-772579