Skip to content

Commit 6a6a7e5

Browse files
committed
Add title attribute to iframe element
1 parent 3cd4ebf commit 6a6a7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Views/LearningSessions/Scorm.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
<script type="text/javascript" src="~/js/bundle/scormcontainer.js"></script>
9292
<div class="viewer">
93-
<iframe id="tree" name="tree" src="@ViewBag.FilePath" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" scrolling="auto" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
93+
<iframe id="tree" name="tree" title="Scorm Resource Viewer" src="@ViewBag.FilePath" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" scrolling="auto" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
9494
</div>
9595

9696
@if (this.ViewBag.UseTraceWindow)

0 commit comments

Comments
 (0)