Moar RSS validation shit
This commit is contained in:
parent
1337d35f0c
commit
91b6857607
|
@ -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'
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue