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),
|
lastBuildDate => time2str('%a, %d %b %Y %X %z', time),
|
||||||
atom => {
|
atom => {
|
||||||
link => {
|
link => {
|
||||||
href => $rss_link,
|
href => "$rss_link", # I have no idea why this needs quotes??
|
||||||
rel => 'self'
|
rel => 'self',
|
||||||
|
type => 'application/rss+xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user