Reporter | Cat Weismann (Cat.Weismann) |
---|---|
Created | Feb 16, 2012 10:24:36 PM |
Updated | Feb 16, 2012 10:27:18 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | Code Analysis |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
Resharper is reporting that this is an error in my solution. It should see the last html tag as not commented and match it to the html closing tag.
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]–>
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]–>
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]–>
<!--[if gt IE 8]><!<![endif]–>
...
</html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]–>
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]–>
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]–>
<!--[if gt IE 8]><!
<html class="no-js" lang="en"> <!
...
</html>