diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-25 05:42:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-25 05:42:11 +0000 |
| commit | a059c59cea0e1c1232822ab66e7c7780efbe0cbf (patch) | |
| tree | 038ddf324ca36443090a56297ea7593fde148b05 /searx/templates | |
| parent | 1db37a0cc3622ce791851ebeb3db814c0a1f0c61 (diff) | |
| parent | ccb1fe11d7d728ab00d32f7626f8f8321befe2ea (diff) | |
Merge branch 'master' into about-opensearch
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 %} |