summaryrefslogtreecommitdiffstats
path: root/templates/user/profile.tmpl
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-24 18:42:29 -0400
committerUnknwon <u@gogs.io>2015-09-24 18:42:29 -0400
commit043ded08963df5a524d4bfe74ec44f785de5ef5e (patch)
tree7b0f4f1e88538482f65420e4d84583b76cf90ef4 /templates/user/profile.tmpl
parente07675b4806b306606769e8534934d86dd7c7f10 (diff)
downloadgitea-043ded08963df5a524d4bfe74ec44f785de5ef5e.tar.gz
gitea-043ded08963df5a524d4bfe74ec44f785de5ef5e.zip
fix #1683
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r--templates/user/profile.tmpl2
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>