Update picoFeed
This commit is contained in:
parent
222b884aad
commit
4f0dac1e3a
2
miniflux/vendor/PicoFeed/Parsers/Atom.php
vendored
2
miniflux/vendor/PicoFeed/Parsers/Atom.php
vendored
@ -72,7 +72,7 @@ class Atom extends Parser
|
||||
{
|
||||
foreach ($xml->link as $link) {
|
||||
|
||||
if ((string) $link['type'] === 'text/html') {
|
||||
if ((string) $link['type'] === 'text/html' || (string) $link['type'] === 'application/xhtml+xml') {
|
||||
|
||||
return (string) $link['href'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user