Symptoms

Closing html tags are added automatically to the notification templates. For example, the text

<body>test

will be converted to

<body>test</body>

Cause

That is BA default behaviour since 6.0 version. If the tags are added in a wrong place (which may happen if there are unclosed table tags), please close them manually in the correct place.

Internal content