What is the character entity for the equal character in HTML? I have been looking and I cannot find the character entity reference for that one character.
EDIT:
I am building a JSLint style validator for HTML. I am not happy with current validators as they only validate syntax requirements and not best practice considerations. I am requiring that the equal character in attribute values be escaped to prevent confusion between a legal value that contains and equal character and two illegal attributes that are not separated by a space.