Minor cleanup - removed unwanted @
This commit is contained in:
parent
aaa47d5e0e
commit
3519c375fc
|
|
@ -1,9 +1,9 @@
|
|||
@using TagHelperSample.Web
|
||||
@addTagHelper "*, TagHelperSample.Web"
|
||||
|
||||
<iecondition mode="@CommentMode.DownlevelRevealed" condition="gt IE 7">
|
||||
<iecondition mode="CommentMode.DownlevelRevealed" condition="gt IE 7">
|
||||
<p>Content visible to all browsers newer than Internet Explorer 7.</p>
|
||||
</iecondition>
|
||||
<iecondition mode="@CommentMode.DownlevelHidden" condition="IE 7">
|
||||
<iecondition mode="CommentMode.DownlevelHidden" condition="IE 7">
|
||||
<p>Content visible only to Internet Explorer 7 users.</p>
|
||||
</iecondition>
|
||||
|
|
|
|||
Loading…
Reference in New Issue