Minor cleanup - removed unwanted @

This commit is contained in:
Ajay Bhargav Baaskaran 2015-08-21 14:40:35 -07:00
parent aaa47d5e0e
commit 3519c375fc
1 changed files with 2 additions and 2 deletions

View File

@ -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>