Update picoFeed

This commit is contained in:
Frederic Guillot 2013-04-12 21:09:05 -04:00
parent 222b884aad
commit 4f0dac1e3a

View File

@ -72,7 +72,7 @@ class Atom extends Parser
{ {
foreach ($xml->link as $link) { 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']; return (string) $link['href'];
} }