Skip to content

Commit

Permalink
Escape grid identification in grid -- rich titles not supported (yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Dec 7, 2024
1 parent 5c44f17 commit 89dc377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/grid/issues/IssueGridCellProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function getCellActions($request, $row, $column, $position = GridHandler:
null,
true
),
$issue->getIssueIdentification()
htmlspecialchars($issue->getIssueIdentification())
)
];
}
Expand Down

0 comments on commit 89dc377

Please sign in to comment.