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")}