diff --git a/searx/templates/magi/result_templates/paper.html b/searx/templates/magi/result_templates/paper.html index 41e0f31d2..055ea75a2 100644 --- a/searx/templates/magi/result_templates/paper.html +++ b/searx/templates/magi/result_templates/paper.html @@ -30,7 +30,7 @@ {%- if result.content -%}

{{- result.content | safe -}}

{%- endif -%} {%- if result.comments -%}

{{- result.comments -}}

{%- endif -%} diff --git a/searx/templates/simple/result_templates/paper.html b/searx/templates/simple/result_templates/paper.html index dd610b903..055ea75a2 100644 --- a/searx/templates/simple/result_templates/paper.html +++ b/searx/templates/simple/result_templates/paper.html @@ -30,7 +30,7 @@ {%- if result.content -%}

{{- result.content | safe -}}

{%- endif -%} {%- if result.comments -%}

{{- result.comments -}}

{%- endif -%}