From 00df4275f7949a50f46f69038b44834d6739363d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Fri, 15 Aug 2025 22:33:40 -0400 Subject: [PATCH] remove `SafeHTML` calls in group team page template --- templates/group/team/teams.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/group/team/teams.tmpl b/templates/group/team/teams.tmpl index dc0e846496..787396e919 100644 --- a/templates/group/team/teams.tmpl +++ b/templates/group/team/teams.tmpl @@ -88,7 +88,7 @@ {{ctx.Locale.Tr "org.teams.leave"}}
-

{{ctx.Locale.Tr "org.teams.leave.detail" (``|SafeHTML)}}

+

{{ctx.Locale.Tr "org.teams.leave.detail" (``)}}

{{template "base/modal_actions_confirm" .}} @@ -97,7 +97,7 @@ {{ctx.Locale.Tr "group.teams.remove"}}
-

{{ctx.Locale.Tr "group.teams.remove.detail" (``|SafeHTML)}}

+

{{ctx.Locale.Tr "group.teams.remove.detail" (``)}}

{{template "base/modal_actions_confirm" .}}