mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Accessibility add iframe title
This commit is contained in:
parent
1e323e9bf7
commit
de9c44b1fb
|
|
@ -116,7 +116,7 @@
|
|||
{{ with .Params.sectionCalendar }}
|
||||
<div>
|
||||
<div>
|
||||
<iframe src="{{ .iframeUrl }}" style="border: 0" frameborder="0" scrolling="no"></iframe>
|
||||
<iframe title="calendar" src="{{ .iframeUrl }}" style="border: 0" frameborder="0" scrolling="no"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue