Skip to content

Commit 2fe397e

Browse files
remove SafeHTML calls in group team page template
1 parent 33adb89 commit 2fe397e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/group/team/teams.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
{{ctx.Locale.Tr "org.teams.leave"}}
8989
</div>
9090
<div class="content">
91-
<p>{{ctx.Locale.Tr "org.teams.leave.detail" (`<span class="name"></span>`|SafeHTML)}}</p>
91+
<p>{{ctx.Locale.Tr "org.teams.leave.detail" (`<span class="name"></span>`)}}</p>
9292
</div>
9393
{{template "base/modal_actions_confirm" .}}
9494
</div>
@@ -97,7 +97,7 @@
9797
{{ctx.Locale.Tr "group.teams.remove"}}
9898
</div>
9999
<div class="content">
100-
<p>{{ctx.Locale.Tr "group.teams.remove.detail" (`<span class="name"></span>`|SafeHTML)}}</p>
100+
<p>{{ctx.Locale.Tr "group.teams.remove.detail" (`<span class="name"></span>`)}}</p>
101101
</div>
102102
{{template "base/modal_actions_confirm" .}}
103103
</div>

0 commit comments

Comments
 (0)