How to get rid of this weird HTML tag inside the <style> tags? "<span id="CmCaReT"></span>"

Jay Abey
Kilo Contributor

find_real_file.png

Do you know how to get rid of these tags? They are currently messing up the styling in our email notifications.

Thanks in Advance.

Jay

 

11 REPLIES 11

Jay Abey
Kilo Contributor

Hi

This is another tag that gets added inside the <style> tags automatically.

"<span id="__caret">_</span>"

These looks like bootstrap drop down list icon tags to me. Could this have any sort of connection for causing this issue? I'm not using drop down lists anywhere in my code.

Thanks,

Jay

If they are not creating any issue on the email format, I think you should ignore it


Please mark this response as correct or helpful if it assisted you with your question.

They are causing an issue hence this question. On outlook there are unnecessary hyphens and other characters coming up on emails

If you try to remove from html source code in your notification, does it come back?


Please mark this response as correct or helpful if it assisted you with your question.

Thousif S N2
Tera Contributor

This is a bug, which happens when you leave the cursor of the code editor inside the CSS code. The <span> tag will be inserted where you left the cursor.

so try keeping cursor in the html tag and save it

Mark my ans as correct if it helps you.