We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SafeHTML
1 parent 33adb89 commit 2fe397eCopy full SHA for 2fe397e
templates/group/team/teams.tmpl
@@ -88,7 +88,7 @@
88
{{ctx.Locale.Tr "org.teams.leave"}}
89
</div>
90
<div class="content">
91
- <p>{{ctx.Locale.Tr "org.teams.leave.detail" (`<span class="name"></span>`|SafeHTML)}}</p>
+ <p>{{ctx.Locale.Tr "org.teams.leave.detail" (`<span class="name"></span>`)}}</p>
92
93
{{template "base/modal_actions_confirm" .}}
94
@@ -97,7 +97,7 @@
97
{{ctx.Locale.Tr "group.teams.remove"}}
98
99
100
- <p>{{ctx.Locale.Tr "group.teams.remove.detail" (`<span class="name"></span>`|SafeHTML)}}</p>
+ <p>{{ctx.Locale.Tr "group.teams.remove.detail" (`<span class="name"></span>`)}}</p>
101
102
103
0 commit comments