From 758b8d413442a5041e23c55e068aa954b71e53bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 18 Nov 2020 23:07:55 -0500 Subject: [PATCH] fix: userTitle escapes --- templates/groups/details.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/groups/details.tpl b/templates/groups/details.tpl index 9d469bb..47702ee 100644 --- a/templates/groups/details.tpl +++ b/templates/groups/details.tpl @@ -178,12 +178,13 @@
- disabled /> + disabled />

- {group.userTitle}{group.displayName} + {group.userTitle}{group.displayName} +