From 8fb6ea1bf12f6a167b8361795e234876f43d6273 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Wed, 10 Dec 2014 18:27:08 +0100 Subject: [PATCH] Add title and alt on image in infobox --- searx/templates/default/infobox.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/searx/templates/default/infobox.html b/searx/templates/default/infobox.html index d03b008f9..e99e9868b 100644 --- a/searx/templates/default/infobox.html +++ b/searx/templates/default/infobox.html @@ -1,6 +1,6 @@

{{ infobox.infobox }}

- {% if infobox.img_src %}{% endif %} + {% if infobox.img_src %}{{ infobox.infobox|striptags }}{% endif %}

{{ infobox.entity }}

{{ infobox.content | safe }}

{% if infobox.attributes %} @@ -42,3 +42,4 @@
+ name=