merge-requests/30/head
Bob Mottram 2020-10-13 18:17:17 +01:00
parent bf1bf3a46d
commit 65acb8aa28
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def rss2Header(httpPrefix: str,
elif title.startswith('Site'):
rssStr += ' <title>' + domainFull + '</title>'
rssStr += ' <link>' + httpPrefix + '://' + domainFull + \
'/blogs/rss.xml' + '</link>'
'/blog/rss.xml' + '</link>'
else:
rssStr += ' <title>' + translate[title] + '</title>'
rssStr += ' <link>' + httpPrefix + '://' + domainFull + \