From 7851b145580840e616fadf81608365cb3bf38229 Mon Sep 17 00:00:00 2001 From: Ndacyayisenga-droid Date: Wed, 22 Feb 2023 18:13:13 -0800 Subject: [PATCH] RA-1868 Add spacing between City, State, Country, and Postal Code --- .../webapp/fragments/patientdashboard/contactInfoInline.gsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omod/src/main/webapp/fragments/patientdashboard/contactInfoInline.gsp b/omod/src/main/webapp/fragments/patientdashboard/contactInfoInline.gsp index 5a2ef1f94..20ecda16e 100644 --- a/omod/src/main/webapp/fragments/patientdashboard/contactInfoInline.gsp +++ b/omod/src/main/webapp/fragments/patientdashboard/contactInfoInline.gsp @@ -4,7 +4,7 @@
- ${ ui.encodeHtmlContent(ui.format(config.patient.personAddress).replace("\n", ", "))} + ${ ui.encodeHtmlContent(ui.format(config.patient.personAddress).replaceAll(",", ", ")) } ${ ui.message("coreapps.person.address")}