Hello,
I'm using MJML to build email newsletter which I'm sending using Adobe Campaign Classic. Whenever I'm using <a> tag to link something or <mj-button> like in example here: <mj-button mj-class="cta" href="http://link.com"> Open </mj-button>
There is a display problem after sending whole message:
I checked html version of the code and in this example its ends on 'target="_blank">Open'
So it seems like Adobe is sending visible button message with part of the html tag 'nk">Open'
Could you advice how to manage this problem?