Email template don´t have but email have H2 tag in the message

Hello,

Windows server 64bit
Manager 21.8.40

We have email templates without H2 tags, but in the sent email H2 tags added by manager

Email template:

now sent email have marked with H2 this section and no line break:
Parimate soovidega
Gunnar Michelson

in the e-mail:

I have decoded base64 to html and i see this:

<p>Kiri on saadetud automaatselt meie uuest raamatupidamisprogrammist Manager.io.</p>
<p>Samuti pakume oma kõikidele klientidele programmi tasuta kasutamist! Soovi korral palun minuga ühendust võtta e-maili (gunnar@backoffice.ee) või telefoni teel (+372 514 7495).</p>
<h2>Parimate soovidega
Gunnar Michelson</h2>
<p>RP Konsult Jõgeva OÜ | Reg 

How can there be the H2 tag?
There must to be <p>!

Thanks!

Are you aware that email templates are to be coded in Liquid and are interpreted as such?

Dear @Tut

Are you saying that we can’t use plain text in templates with field codes?

We don´t need any text decoration there.

Why manager itself decorating our plain text with H2 tags???

No. I said exactly what I said, and that is all that I meant. And the template you showed in your screen shot is certainly not plain text.

Dear @Tut

do You see any HTML tags here? Any H2 tags?

{% for total in table.totals %}
{% if total.label == "Kokku" %}
{% capture invoice_total %}{{ total.text }}{% endcapture %}
{% endif %}
{% endfor %}
Tervist!

Saadame arve nr {{reference}}, summas {{invoice_total}}, maksetähtajaga {% for field in fields %}{% if field.label == 'Maksetähtaeg' %}{{ field.text }}{% endif %}{% endfor %}. Arve maksmisel palume märkida selgitusse arve number.

Ülekandeid saab teha meie pangakontole xxx  LHV xxx.

Kiri on saadetud automaatselt meie uuest raamatupidamisprogrammist Manager.io.

Samuti pakume oma kõikidele klientidele programmi tasuta kasutamist! Soovi korral palun minuga ühendust võtta e-maili (gunnar@xxx.ee) või telefoni teel (+372 12345678).

Parimate soovidega
Gunnar Michelson
---
RP Konsult Jõgeva OÜ | Reg nr 10802226 | Tel +372 123456 | Suur 13, 48306 Jõgeva
Raamatupidamisteenused http://www.xxx.ee

You can copy/paste this to Liquid sanbox (Run liquid code now) and check how this must to look in the email.

Dear @Tut !

Thanks!
I had no idea that a simple hyphen in Liquid behaves like this!