forked from wallabag/wallabag
[fix] RSS Feeds don't validate / W3C #384
This commit is contained in:
@ -156,6 +156,7 @@
|
||||
if($this->version == RSS2 || $this->version == RSS1)
|
||||
{
|
||||
$this->setElement('link', $link);
|
||||
$this->setElement('guid', $link);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user