Skip to content

Commit

Permalink
Merge branch '1541-gravatar-alt-tag'
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 25, 2014
2 parents c41f0cf + 839bd7e commit 0e7696c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/helpers.py
Expand Up @@ -839,7 +839,7 @@ def dict_list_reduce(list_, key, unique=True):
def linked_gravatar(email_hash, size=100, default=None):
return literal(
'<a href="https://gravatar.com/" target="_blank" ' +
'title="%s">' % _('Update your avatar at gravatar.com') +
'title="%s" alt="">' % _('Update your avatar at gravatar.com') +
'%s</a>' % gravatar(email_hash, size, default)
)

Expand Down

0 comments on commit 0e7696c

Please sign in to comment.