I use the Template WYSWYG editor to create a simple Email Template containing two lines of text and I save it.
I then select to edit this simple template and turn around and save it without making any edits.
The saved template now has additional blank line due to new <BR> html tags that are automatically inserted.
This is making it impossible to edit my existing templates. Is this a new bug? What is going on with this?
HTML displayed in the editor prior to save:
<P>Testing</P>
<P>Testing</P>
HTML displayed in the editor after the save:
<BR><BR><BR><BR>
<P>Testing</P><BR>
<P>Testing</P>
HELP!