We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 772df47 + 6a6a7e5 commit 16edce8Copy full SHA for 16edce8
LearningHub.Nhs.WebUI/Views/LearningSessions/Scorm.cshtml
@@ -90,7 +90,7 @@
90
91
<script type="text/javascript" src="~/js/bundle/scormcontainer.js"></script>
92
<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>
+ <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>
94
</div>
95
96
@if (this.ViewBag.UseTraceWindow)
0 commit comments