fixed hcard finder on image

This commit is contained in:
danielvincent 2010-10-06 18:32:56 -07:00
parent c68a026658
commit ee4c197b89

View file

@ -8,6 +8,6 @@ module HCard
{:given_name => doc.css(".given_name").text,
:family_name => doc.css(".family_name").text,
:url => doc.css("#pod_location").text,
:photo => doc.css(".photo").src}
:photo => doc.css(".photo[src]").text}
end
end