diff --git a/nyaa/templates/rss.xml b/nyaa/templates/rss.xml index 6e50971..ff9f0bc 100644 --- a/nyaa/templates/rss.xml +++ b/nyaa/templates/rss.xml @@ -10,9 +10,7 @@ {% if torrent.has_torrent %} {{ torrent.display_name }} - - {{ url_for('download_torrent', torrent_id=torrent.id, _external=True) }} - + {{ url_for('download_torrent', torrent_id=torrent.id, _external=True) }} {{ url_for('view_torrent', torrent_id=torrent.id, _external=True) }} {{ torrent.created_time|rfc822 }}