From 00584d77c878333d1b677fda097b85941467f13d Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sat, 11 Jan 2014 12:39:58 +0100 Subject: [PATCH] [fix] newlines --- searx/templates/result_templates/torrent.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/templates/result_templates/torrent.html b/searx/templates/result_templates/torrent.html index 4b7cfbf2..6c62793a 100644 --- a/searx/templates/result_templates/torrent.html +++ b/searx/templates/result_templates/torrent.html @@ -1,6 +1,6 @@

{{ result.title|safe }}

-

{% if result.content %}{{ result.content|safe }}
{% endif %}

+ {% if result.content %}

{{ result.content|safe }}

{% endif %}

Seed: {{ result.seed }}, Leech: {{ result.leech }}

magnet link

{{ result.pretty_url }}