diff options
author | Unknwon <u@gogs.io> | 2015-09-24 18:42:29 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-24 18:42:29 -0400 |
commit | 043ded08963df5a524d4bfe74ec44f785de5ef5e (patch) | |
tree | 7b0f4f1e88538482f65420e4d84583b76cf90ef4 /templates/user/profile.tmpl | |
parent | e07675b4806b306606769e8534934d86dd7c7f10 (diff) | |
download | gitea-043ded08963df5a524d4bfe74ec44f785de5ef5e.tar.gz gitea-043ded08963df5a524d4bfe74ec44f785de5ef5e.zip |
fix #1683
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r-- | templates/user/profile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 94a6114894..abb2f19479 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -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> |