Moar RSS validation shit

This commit is contained in:
swag 2023-05-12 15:23:44 -04:00
parent 1337d35f0c
commit 91b6857607

View File

@ -110,8 +110,9 @@ sub feed($self) {
lastBuildDate => time2str('%a, %d %b %Y %X %z', time),
atom => {
link => {
href => $rss_link,
rel => 'self'
href => "$rss_link", # I have no idea why this needs quotes??
rel => 'self',
type => 'application/rss+xml'
}
}
);