diff --git a/docker/lr-malaria-reports/report-files/templates/report.html b/docker/lr-malaria-reports/report-files/templates/report.html index 76e285756..eafeef3eb 100644 --- a/docker/lr-malaria-reports/report-files/templates/report.html +++ b/docker/lr-malaria-reports/report-files/templates/report.html @@ -1784,7 +1784,7 @@ const imgTitle = document.getElementById("img_title"); let lociNames = document.querySelector("meta[name='loci_names']").content; lociNames = lociNames.slice(1, -1).split(","); - lociNames = lociNames.map(str => str.replace("'", "")); + lociNames = lociNames.map(str => str.replace(/'/g, "")); mainPhoto.addEventListener("click", function() { this.classList.remove("normal");