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