diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl index 88b7ae535..8e429842c 100644 --- a/web/template/profile.tmpl +++ b/web/template/profile.tmpl @@ -64,8 +64,8 @@
{{ range .account.Fields }}
- {{.Name}} - {{.Value}} + {{emojify .account.Emojis (noescape .Name)}} + {{emojify .account.Emojis (noescape .Value)}}
{{ end }}