From be320c4a8c6d0a9712ab0d682892081d2af4c247 Mon Sep 17 00:00:00 2001 From: f0x Date: Wed, 10 May 2023 20:18:50 +0200 Subject: [PATCH] emojify and html profile fields --- web/template/profile.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}