Skip to content

Commit

Permalink
Fixes unescaped model attribute brakeman error in meetings/show.html.…
Browse files Browse the repository at this point in the history
…haml
  • Loading branch information
matyikriszta committed Dec 11, 2023
1 parent 888aa88 commit 3dc6596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/meetings/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

.col-md-7.col-sm-12
%h4 Agenda
%p= @meeting.description.html_safe
%p= sanitize(@meeting.description)

.py-4.py-lg-5.bg-light
.container
Expand Down

0 comments on commit 3dc6596

Please sign in to comment.