I guess that the bloggers view should only try to display the user's avatar when the user has one. For example here: http://www.4242.hu/hu/advanced_blog/list we have several users who have no avatar (like dentro or KalmárAttila), but instead of nothing, it has the img html tag:
<img src="/" alt="dentro" title="dentro" />
This causes a little "image is missing" icon displayed in several browsers (like chrome or internet explorer).

Comments

eidolon night’s picture

Component: User interface » Code
Assigned: Unassigned » eidolon night

Yes, it's set to display the default image. I must have forgot to check for its existence first. Fixing...

eidolon night’s picture

Status: Active » Needs review
svendecabooter’s picture

Assigned: eidolon night » Unassigned
Status: Needs review » Fixed

This has been fixed in HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.