1
News editor generates invalid HTML
Problem reported by Jesper Høy - 3/29/2023 at 2:21 PM
Submitted
If I just type in "test" in the editor (news item body) - this is the resulting HTML:

<div style="font-family: Arial, Helvetica, sans-serif;">
    <div style="font-family: Arial, Helvetica, sans-serif;">
        <div>test</div>
        <div>
            <br>
        </div></div>
    <div>
        <br>
    </div></div>
The DIV tags are unbalanced.

This causes the "share" links to appear below the news text instead of the right side.

And while we are at it ... why 5 DIV tags?

And it would be nice not to have the font style.

Reply to Thread