I'm having an issue when users compose new emails.
Whenever an empty line is inserted, espo email composer adds a <br> tag inside a <p> tag, like this:
When viewed on other emails clients (even web mails), this gets too "tall". I'd like to change this behavior but I don't have a clue of how or where to look at first in the code. Any help for that?
Whenever an empty line is inserted, espo email composer adds a <br> tag inside a <p> tag, like this:
Code:
<p>Line 1</p> <p>Line 2</p> <p>Line 3</p> <p><br/></p> <p>Line 5</p>
Comment