diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-25 05:42:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-25 05:42:28 +0000 |
| commit | fc370faa5bf2d11031a389c39f8a49d85f2f164c (patch) | |
| tree | 214719b6d95a34c67431210aaa9b0c4fd4ee7e43 /searx/templates | |
| parent | 4eab5cf854cdadea07f34d22a801c05e73730c5c (diff) | |
| parent | ccb1fe11d7d728ab00d32f7626f8f8321befe2ea (diff) | |
Merge branch 'master' into gigablast
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/oscar/infobox.html | 2 | ||||
| -rw-r--r-- | searx/templates/oscar/macros.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/searx/templates/oscar/infobox.html b/searx/templates/oscar/infobox.html index 04f2d5f22..6ae7965b6 100644 --- a/searx/templates/oscar/infobox.html +++ b/searx/templates/oscar/infobox.html @@ -5,7 +5,7 @@ {% for u in infobox.urls %}{% if u.official %} <a href="{{ u.url }}">{{ u.domain }}</a>{% endif %}{% endfor %} </div> <div class="panel-body"> - {% if infobox.img_src %}<img class="img-responsive center-block infobox_part" src="{{ image_proxify(infobox.img_src) }}" alt="{{ infobox.infobox }}" />{% endif %} + {% if infobox.img_src %}<img class="img-responsive center-block infobox_part" src="{{ image_proxify(infobox.img_src) }}" />{% endif %} {% if infobox.content %}<bdi><p class="infobox_part">{{ infobox.content | safe }}</p></bdi>{% endif %} diff --git a/searx/templates/oscar/macros.html b/searx/templates/oscar/macros.html index d2d1dc643..c4b2a7ddb 100644 --- a/searx/templates/oscar/macros.html +++ b/searx/templates/oscar/macros.html @@ -91,6 +91,7 @@ <span class="onoffswitch-inner"></span> <span class="onoffswitch-switch"></span> </label> + <label class="visually-hidden" for="{{ id }}">{{ _('Allow') }}</label> </div> {%- endmacro %} |