Certain variables, when they render in html, are rendering with a typo - there's a <BR /> tag that's been broken apart.
Here is an excerpt from how messages are showing up when users check their messages:
smarmyclothes has posted a reply about the following listing:
"I eat you."
I eat you. - AttackoftheCraft Handmade Shop />
If you no longer wish to be notified of replies about the above listing, you can disable notification here:
Message - AttackoftheCraft Handmade Shop />
The bolded items are the back half of the broken break tag in the code. In my post above, I showed how the source code of the page looks. You can see that right here in bold
com
<br">someone
is the first part of that break tag and right here in bold
someone@hotmail.com<br></a> [b]
/>[/b
is the second part of the break tag.
That is why I keep getting
/> in my messages, and why my emails all come with open ending anchor tags, turning all the text into one giant link.
I need to find out what is creating this html so I can fix this oddity.
I hope that makes sense.