Since the 6.0 update, Zammad sometimes inserts two line breaks in outgoing emails, even though there is only a normal line break in the ticket. There is no apparent rule why Zammad sometimes creates a line break or two.
there’s something weird…
We write the ticket as continuous text, but it is formatted differently in the background.
one line break:
end of text</div>
<div><br></div>
<div><b>headline</b></div>
<div>text start
two line breaks:
end of text</div>
<div><span style="color:var(--text-normal);"><br></span></div>
<div><span style="color:var(--text-normal);"><b>headline</b></span></div>
<div>text start
That’s odd. Can you try to verify that yourself?
Usually span elements appear when there’s copy pasting involved. But I don’t want to accuse anyone so…