diff --git a/searx/templates/oscar/result_templates/default.html b/searx/templates/oscar/result_templates/default.html index 3e58588cc..25506b2f5 100644 --- a/searx/templates/oscar/result_templates/default.html +++ b/searx/templates/oscar/result_templates/default.html @@ -9,8 +9,6 @@ • {{ icon('music') }} {{ _('show media') }} {% endif %} -{% if result.content %}
{{ result.content|safe }}
{% endif %} - {% if result.embedded %}{{ result.content|safe }}
{% endif %} + {{ result.engine }} diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html index 187f5dfed..32000e662 100644 --- a/searx/templates/oscar/result_templates/videos.html +++ b/searx/templates/oscar/result_templates/videos.html @@ -9,13 +9,6 @@ • {{ icon('film') }} {{ _('show video') }} {% endif %} - - {% if result.embedded %}