Skip to content

Commit

Permalink
removes html_safe from report file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCouzens committed Aug 16, 2024
1 parent f9b8527 commit 55f065e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/report_design/review_report.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= content_for(:title, "Your report file".html_safe)
= content_for(:title, "Your report file")

= render partial: "help"
.review-report
Expand Down

0 comments on commit 55f065e

Please sign in to comment.