Skip to content

Commit

Permalink
Fixes #5121 - Using the greater than symbol in group names displays t…
Browse files Browse the repository at this point in the history
…he hmtl code instead of the symbol.
  • Loading branch information
dvuckovic committed Apr 16, 2024
1 parent 1f77263 commit d75314a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@
<% permissions = @params.group_ids?[group.id] || [] %>
<tr data-id="<%= group.id %>">
<td class="settings-list-middle">
<%= @P(group, 'name') %>
<%- @P(group, 'name') %>
<% for key, text of @groupAccesses: %>
<td class="settings-list-middle">
<label class="inline-label checkbox-replacement">
Expand Down

0 comments on commit d75314a

Please sign in to comment.