Skip to content

Commit 76e1a86

Browse files
committed
TD-5146
1 parent a51ab97 commit 76e1a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AdminUI/LearningHub.Nhs.AdminUI/Views/Resource/Details.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
</dd>
556556
<dt>ESR Link</dt>
557557
<dd><a href="@Model.ScormDetails.HostedContentUrl" target="_blank">@Model.ScormDetails.HostedContentUrl</a></dd>
558-
@if(Model.ScormDetails.File != null)
558+
@if (Model.ScormDetails.File != null)
559559
{
560560
<dt>Zip File</dt>
561561
<dd>

0 commit comments

Comments
 (0)