I'm having a strange problem where a user can enter the following text
Test '<3'
and it outputs as
Test '<3>
On the output I'm using white_list, and the value stored in the database is:
'testing ''<3'''
What could be causing the output to think it's a tag of some sort and trying to close it (which is what it looks like to me).
Thanks!