From 4dba1ac0114abaa1da1a6fe2cbca16fdc82cdb43 Mon Sep 17 00:00:00 2001 From: f0x Date: Wed, 10 May 2023 20:18:51 +0200 Subject: [PATCH] plaintext 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 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 }}