Skip to content

Commit 16edce8

Browse files
authored
Merge pull request #597 from TechnologyEnhancedLearning/Develop/Features/TD-4284-Add-iframe-title
Add title attribute to iframe element
2 parents 772df47 + 6a6a7e5 commit 16edce8

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)