Skip to content

Commit

Permalink
12993: html sanitize city and zip
Browse files Browse the repository at this point in the history
  • Loading branch information
chahmedejaz committed Dec 7, 2024
1 parent f8003b0 commit f2da3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/producer_mailer/order_cycle_report.text.haml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Orders summary

#{t :producer_mail_signoff},
#{raw(@coordinator.name)}
#{raw(@coordinator.address.address1)}, #{@coordinator.address.city}, #{@coordinator.address.zipcode}
#{raw(@coordinator.address.address1)}, #{raw(@coordinator.address.city)}, #{raw(@coordinator.address.zipcode)}
#{@coordinator.phone}
#{@coordinator.contact.email}

0 comments on commit f2da3bb

Please sign in to comment.