standard html5 boilerplate layout
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
then complains that the </html>
tag is an unmatched closing tag
I thought it was visual studio, I pasted into a new layout and noticed it wasn't complaining. When I turned on Resharper the error reappeared.
How can I turn stop this distracting false-positive error?