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:
parent
4c14936353
commit
223268c2fa
2 changed files with 4 additions and 2 deletions
|
@ -156,6 +156,7 @@
|
|||
if($this->version == RSS2 || $this->version == RSS1)
|
||||
{
|
||||
$this->setElement('link', $link);
|
||||
$this->setElement('guid', $link);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue