From 74270a3fc2db9637d0f997282f092ddfdd3a72c7 Mon Sep 17 00:00:00 2001 From: Marc Abonce Seguin Date: Sun, 2 Aug 2020 18:18:30 -0700 Subject: add class for infobox's official url --- searx/templates/oscar/infobox.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates') diff --git a/searx/templates/oscar/infobox.html b/searx/templates/oscar/infobox.html index 3e393b684..0c7a2e0a0 100644 --- a/searx/templates/oscar/infobox.html +++ b/searx/templates/oscar/infobox.html @@ -8,7 +8,7 @@ {% endfor %}

{{ infobox.infobox }}

{{- "" -}} - {% for u in infobox.urls %}{% if u.official %} {{ u.domain }}{% endif %}{% endfor %} + {% for u in infobox.urls %}{% if u.official %} {{ u.url }}{% endif %}{% endfor %}
-- cgit v1.2.3