1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

[fix] RSS Feeds don't validate / W3C #384

This commit is contained in:
Nicolas Lœuillet 2014-03-01 13:09:37 +01:00
parent 4c14936353
commit 223268c2fa
2 changed files with 4 additions and 2 deletions

View file

@ -156,6 +156,7 @@
if($this->version == RSS2 || $this->version == RSS1)
{
$this->setElement('link', $link);
$this->setElement('guid', $link);
}
else
{