diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/macros.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/macros.py b/web/macros.py index 2cf2c33..70d2d90 100644 --- a/web/macros.py +++ b/web/macros.py | |||
@@ -63,7 +63,7 @@ def hook_postconvert_rss(): | |||
63 | items.append(_RSS_ITEM % (p.title, link, desc, date, link)) | 63 | items.append(_RSS_ITEM % (p.title, link, desc, date, link)) |
64 | items = ''.join(items) | 64 | items = ''.join(items) |
65 | title = 'Nagios Plugins' | 65 | title = 'Nagios Plugins' |
66 | link = '%s/news/index.html' % site_url.rstrip('/') | 66 | link = '%s/news/' % site_url.rstrip('/') |
67 | desc = 'Announcements published by the Nagios Plugins Development Team.' | 67 | desc = 'Announcements published by the Nagios Plugins Development Team.' |
68 | date = email.utils.formatdate() | 68 | date = email.utils.formatdate() |
69 | rss = _RSS % (title, link, desc, date, date, items) | 69 | rss = _RSS % (title, link, desc, date, date, items) |