Fixed bad logo file extension.
This commit is contained in:
parent
18de8f2136
commit
f01d42a3c6
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class PropertiesFilesPage
|
||||||
|
|
||||||
data.setAttribute("fileListLine", index, "fileListLineOwnerLink", "href", stat.getOrganization().getTechnicalName() + ".xhtml");
|
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().getTechnicalName());
|
||||||
data.setAttribute("fileListLine", index, "fileListLineOwnerLogo", "src", stat.getOrganization().getTechnicalName() + "-logo.png");
|
data.setAttribute("fileListLine", index, "fileListLineOwnerLogo", "src", stat.getOrganization().getLogoFileName());
|
||||||
|
|
||||||
data.setContent("fileListLine", index, "fileListLineLineCount", stat.getLineCount());
|
data.setContent("fileListLine", index, "fileListLineLineCount", stat.getLineCount());
|
||||||
data.setContent("fileListLine", index, "fileListLineActiveCount", stat.getActiveLineCount());
|
data.setContent("fileListLine", index, "fileListLineActiveCount", stat.getActiveLineCount());
|
||||||
|
|
Loading…
Reference in a new issue