diff --git a/searx/templates/oscar/infobox.html b/searx/templates/oscar/infobox.html index 9802f11e2..de595b922 100644 --- a/searx/templates/oscar/infobox.html +++ b/searx/templates/oscar/infobox.html @@ -16,7 +16,11 @@ {%- if attribute.image -%} {{ attribute.image.alt }} {%- else -%} - {{ attribute.value }} + {% if attribute.label == 'Instance of' %} + {{ attribute.value.id }} + {% else %} + {{ attribute.value }} + {%- endif -%} {%- endif -%} {% endfor -%}