Closed sk-foresite closed 1 year ago
Bug description If you set the title and alt tag of an image in the RTE it will output the value "true" in the frontend.
Steps to reproduce
Expected behavior The img tag contains the inputted alt- and title-attributes.
Screenshots or logs IMG-Tag in Editor:
<img alt="Test" data-alt-override="true" data-htmlarea-file-table="sys_file" data-htmlarea-file-uid="2685" data-title-override="true" src="/fileadmin/_processed_/c/b/csm_Lake_Lugano_7bb7365e66.jpg" style="height:201px; width:300px" title="Test" />
IMG-Tag in Frontend:
<img alt="true" src="/fileadmin/_processed_/c/b/csm_Lake_Lugano_7bb7365e66.jpg" title="true" width="300" height="201" loading="lazy">
Environment
Documentation Have you checked the readme/documentation?
Bug description If you set the title and alt tag of an image in the RTE it will output the value "true" in the frontend.
Steps to reproduce
Expected behavior The img tag contains the inputted alt- and title-attributes.
Screenshots or logs IMG-Tag in Editor:
IMG-Tag in Frontend:
Environment
Documentation Have you checked the readme/documentation?