From b2be90a946e7264850f9f8c95cb3d4b0b2617c6b Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Thu, 14 Jan 2021 00:51:08 +0100 Subject: [PATCH] Improved name in properties file page. --- src/fr/devinsy/statoolinfos/htmlize/PropertiesFilesPage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr/devinsy/statoolinfos/htmlize/PropertiesFilesPage.java b/src/fr/devinsy/statoolinfos/htmlize/PropertiesFilesPage.java index 7b6ea8d..44636be 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/PropertiesFilesPage.java +++ b/src/fr/devinsy/statoolinfos/htmlize/PropertiesFilesPage.java @@ -100,7 +100,7 @@ public class PropertiesFilesPage data.setEscapedContent("fileListLine", index, "fileListLineNameLink", stat.getLocalName()); data.setAttribute("fileListLine", index, "fileListLineOwnerLink", "href", stat.getOrganization().getTechnicalName() + ".xhtml"); - data.setEscapedContent("fileListLine", index, "fileListLineNameValue", stat.getOrganization().getTechnicalName()); + data.setEscapedContent("fileListLine", index, "fileListLineNameValue", stat.getOrganization().getName()); data.setAttribute("fileListLine", index, "fileListLineOwnerLogo", "src", stat.getOrganization().getLogoFileName()); data.setContent("fileListLine", index, "fileListLineLineCount", stat.getLineCount());