Daily updates from Odoo
Monday, August 19, 2024
1 change · saas-17.4
Resolved issues and error corrections
This fix ensures uploaded website background images display correctly even when their file URLs include spaces. It prevents broken blog or website visuals after users add images through the editor.
Original PR description
Before this commit the img url in the css background-image property was not quoted, this led to background not being displayed when URL contained spaces (char "%20"). [Reproduce] - Open blog, upload new background image via Editor - BUG: image not displayed opw-4089093