Update authoring.md (#4599)

pull/4600/merge
ckams 2017-10-19 00:26:54 +02:00 committed by Rick Anderson
parent 29da58de11
commit f2e69f65f1
1 changed files with 2 additions and 2 deletions

View File

@ -250,8 +250,8 @@ The condition tag helper renders output when passed a true value.
<div>
<h3>Information about our website (outdated):</h3>
<website-information info=Model />
<div condition="Model.Approved">
<website-information info=@Model />
<div condition="@Model.Approved">
<p>
This website has <strong surround="em"> @Model.Approved </strong> been approved yet.
Visit www.contoso.com for more information.