The member_card template has:
Without an href, this is not valid HTML (even though it works just fine). Ive just had people complain that the markup is incorrect :/
So I just figured you might want to do a regex search for all anchors that don't have href.
Code:
<a class="close OverlayCloser"></a>
Without an href, this is not valid HTML (even though it works just fine). Ive just had people complain that the markup is incorrect :/
So I just figured you might want to do a regex search for all anchors that don't have href.