Skip to content

Commit

Permalink
bugfix: avoid XSS in customer event box (LMS #1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
chilek committed Jan 17, 2021
1 parent 01a8b77 commit b4063a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/customer/customerevents.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</div>
<div class="lms-ui-tab-table-wrapper title-description col-2">
<div class="lms-ui-tab-table-column title">
{$event.title}
{$event.title|escape}
</div>
<div class="lms-ui-tab-table-column description">
{$event.description|default:"-"}
Expand Down

0 comments on commit b4063a2

Please sign in to comment.