RSS: Fix typo.

This commit is contained in:
Valentin Lorentz 2014-03-22 11:37:52 +00:00
parent 933d4d3ffa
commit 04cf2ca27a

View File

@ -165,7 +165,7 @@ class RSS(callbacks.Plugin):
pubDate)) pubDate))
else: else:
newheadlines.append(format('%s %u%s', newheadlines.append(format('%s %u%s',
headline[0] headline[0],
link, link,
pubDate)) pubDate))
else: else: