All of my pages are failing validation on the 'footer.html' and 'footerContactInfo.html' with the following errors:
============================================
Line 395, Column 46: end tag for "p" omitted, but OMITTAG NO was specified
<InstanceEndEditable></div>✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 391: start tag was here
><p><strong>Biological Process Development Facility</strong><br>
=============================================
Line 407, Column 180: end tag for "a" omitted, but OMITTAG NO was specified
…g" alt="UNL's wordmark" /></a> </div>✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 398, Column 191: start tag was here
…know more about UNL">About UNL</a> | <a href="http://www1.unl.edu/comments/"
=============================================
When I view the source code from the browser, sure enough those elements to not show any closing tag
I managed to prevent the errors by double-closing the <p> tag on 'footerContactInfo.html' and by double-closing the <a> tag on 'footer.html' but this doesn't make any sense to me...
Anyone else have this problem, or know why I am?

