diff options
Diffstat (limited to 'searx/templates/courgette/result_templates/torrent.html')
| -rw-r--r-- | searx/templates/courgette/result_templates/torrent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/courgette/result_templates/torrent.html b/searx/templates/courgette/result_templates/torrent.html index 607c1de02..b961eb09b 100644 --- a/searx/templates/courgette/result_templates/torrent.html +++ b/searx/templates/courgette/result_templates/torrent.html @@ -9,5 +9,5 @@ {% if result.magnetlink %}<a href="{{ result.magnetlink }}" class="magnetlink">{{ _('magnet link') }}</a>{% endif %} {% if result.torrentfile %}<a href="{{ result.torrentfile }}" class="torrentfile">{{ _('torrent file') }}</a>{% endif %} </span> - <p class="url">{{ result.pretty_url }}</p> + <p class="url">{{ result.pretty_url }}‎</p> </div>
\ No newline at end of file |