Skip to content

Commit

Permalink
Merge pull request from GHSA-33g2-m556-gccr
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed May 31, 2022
1 parent fe57c6d commit 9a3c748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/modules/Kanban/Kanban.js
Expand Up @@ -33,6 +33,7 @@

import SearchInput from "../SearchTokenizer/SearchInput.js";

/* global escapeMarkupText */
/* global sortable */
/* global glpi_toast_error */

Expand Down Expand Up @@ -2447,7 +2448,7 @@ class GLPIKanbanRights {
l.append(`
<div class="member-details">
${member_item}
${l.attr('data-name') || `${member_itemtype} (${member_items_id})`}
${escapeMarkupText(l.attr('data-name')) || `${member_itemtype} (${member_items_id})`}
</div>
<button type="button" name="delete" class="btn btn-ghost-danger">
<i class="ti ti-x" title="${__('Delete')}"></i>
Expand Down

0 comments on commit 9a3c748

Please sign in to comment.