From f2da3bb11c7457c6537cf2f6e12d46f336d6cbdf Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Sun, 8 Dec 2024 01:05:02 +0500 Subject: [PATCH] 12993: html sanitize city and zip --- app/views/producer_mailer/order_cycle_report.text.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/producer_mailer/order_cycle_report.text.haml b/app/views/producer_mailer/order_cycle_report.text.haml index 02a97dace7e..eb48670e3b5 100644 --- a/app/views/producer_mailer/order_cycle_report.text.haml +++ b/app/views/producer_mailer/order_cycle_report.text.haml @@ -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}