The HTML in an email that is generated by Glide. It randomly applies a <span>
with class “im” to the HTML.
See the
<span>
that was added?
Here is the Glide input:
<p>The following purchase was approved.</p>
<ul>
<li>Date submitted: [date]</li>
<li>Client: [namenumber]</li>
<li>Type: [type]</li>
<li>Description: [description]</li>
</ul>
<p>Link to receipt or invoice:<br>[attachment]</p>
The span will be applied to groups of lines of HTML at random when same email is sent.
Is this a know bug?