html in href in text comp is encoded
If you try to save a value like this for the href :
http://...emailAddress=<span class=email>EmailAddress</span>&URL=https://../global/en/home/library/measurements.html
It is replaced with encoded chars for the < and > in the <span> tag. e.g. it becomes
http://...emailAddress=%3Cspan%20class=email%3EEmailAddress%3C/span%3E&URL=https://../global/en/home/library/measurements.html
after you save the component, reload the page, and go back to edit again.
It should allow the < and > tags
characters such as less-than (<), greater-than (>) get encoded, but should not be
AEM 6.4.7 instance

