mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 15:26:56 +02:00
Remove whitespace from RSS links
This commit is contained in:
parent
6990effaf7
commit
60c3d7c7cd
1 changed files with 1 additions and 3 deletions
|
@ -10,9 +10,7 @@
|
|||
{% if torrent.has_torrent %}
|
||||
<item>
|
||||
<title>{{ torrent.display_name }}</title>
|
||||
<link>
|
||||
{{ url_for('download_torrent', torrent_id=torrent.id, _external=True) }}
|
||||
</link>
|
||||
<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>
|
||||
<pubDate>{{ torrent.created_time|rfc822 }}</pubDate>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue