From 42692aa2c505463c3a35456a247ff71c42061213 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Mon, 8 Dec 2014 01:03:28 +0100 Subject: [PATCH] Add alt for img Add alt in infobox image. --- searx/templates/oscar/infobox.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/templates/oscar/infobox.html b/searx/templates/oscar/infobox.html index 541da8ba7..f352cd09d 100644 --- a/searx/templates/oscar/infobox.html +++ b/searx/templates/oscar/infobox.html @@ -3,7 +3,7 @@

{{ infobox.infobox }}

- {% if infobox.img_src %}{% endif %} + {% if infobox.img_src %}{{ infobox.infobox }}{% endif %} {% if infobox.content %}

{{ infobox.content }}

{% endif %} {% if infobox.attributes %}