mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 08:30:00 +00:00
Remove whitespace from RSS links
This commit is contained in:
parent
6990effaf7
commit
60c3d7c7cd
|
@ -10,9 +10,7 @@
|
||||||
{% if torrent.has_torrent %}
|
{% if torrent.has_torrent %}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ torrent.display_name }}</title>
|
<title>{{ torrent.display_name }}</title>
|
||||||
<link>
|
<link>{{ url_for('download_torrent', torrent_id=torrent.id, _external=True) }}</link>
|
||||||
{{ url_for('download_torrent', torrent_id=torrent.id, _external=True) }}
|
|
||||||
</link>
|
|
||||||
<guid isPermaLink="true">{{ url_for('view_torrent', torrent_id=torrent.id, _external=True) }}</guid>
|
<guid isPermaLink="true">{{ url_for('view_torrent', torrent_id=torrent.id, _external=True) }}</guid>
|
||||||
<pubDate>{{ torrent.created_time|rfc822 }}</pubDate>
|
<pubDate>{{ torrent.created_time|rfc822 }}</pubDate>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue