Docs: Remove table semantics from tables used for layout purposes for includes (#7948)

This commit is contained in:
Robert Linder
2022-01-26 12:53:57 +01:00
committed by GitHub
parent 24da5ba4be
commit 409c17c14b

View File

@ -1,4 +1,4 @@
<table> <table role="presentation">
<tr><td style='text-align: center; border: none'> <tr><td style='text-align: center; border: none'>
<iframe src='{{ include.url }}' <iframe src='{{ include.url }}'
width='{% if include.width %}{{ include.width }}{% else %}616{% endif %}' width='{% if include.width %}{{ include.width }}{% else %}616{% endif %}'