Update picoFeed

This commit is contained in:
Frederic Guillot 2013-04-12 21:09:05 -04:00
parent 222b884aad
commit 4f0dac1e3a
1 changed files with 1 additions and 1 deletions

View File

@ -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'];
}