mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] simple: basic ARIA fixes
This commit is contained in:
parent
e1319fc21c
commit
a250ddadb9
10 changed files with 62 additions and 64 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<aside class="infobox">
|
||||
<aside class="infobox" aria-label="{{ infobox.infobox }}">
|
||||
<h2><bdi>{{ infobox.infobox }}</bdi></h2>
|
||||
{% if infobox.img_src %}<img src="{{ image_proxify(infobox.img_src) }}" title="{{ infobox.infobox|striptags }}" alt="{{ infobox.infobox|striptags }}">{%- endif -%}
|
||||
<p><bdi>{{ infobox.content | safe }}</bdi></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue