Browse Source

fix #1683

tags/v1.2.0-rc1
Unknwon 9 years ago
parent
commit
de7a879eaf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/user/profile.tmpl

+ 1
- 1
templates/user/profile.tmpl View File

@@ -9,7 +9,7 @@
{{else if eq .SignedUserName .Owner.Name}}
<a href="http://gravatar.com/emails/" id="profile-avatar" original-title="{{.i18n.Tr "user.change_avatar"}}">
{{else}}
<a href="{{.Owner.AvatarLink}}?s=234" id="profile-avatar">
<a id="profile-avatar">
{{end}}
<img class="profile-avatar" src="{{.Owner.AvatarLink}}?s=234" title="{{.Owner.Name}}"/>
</a>


Loading…
Cancel
Save