A11Y added missing iframe title to installer and preview controller.
(cherry picked from commit d32b93349d)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
0b9e90821e
commit
5d0d245f69
@@ -35,7 +35,7 @@
|
||||
<div ng-switch-when="ysod">
|
||||
<h1>A server error occurred</h1>
|
||||
<p>This is most likely due to an error during application startup</p>
|
||||
<iframe id="ysod"></iframe>
|
||||
<iframe id="ysod" title="Error details"></iframe>
|
||||
</div>
|
||||
<div ng-switch-default>
|
||||
<div ng-include="installer.current.view"></div>
|
||||
|
||||
Reference in New Issue
Block a user