Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
8bb454f824
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue