diff --git a/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java b/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java index 4b643e2a02..059ac8530f 100644 --- a/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java +++ b/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java @@ -855,6 +855,8 @@ class ReportHTML implements TableReportModule { if (iconPath == null) { // use default Autopsy icon if custom icon is not set iconPath = "favicon.ico"; + } else { + iconPath = "agency_logo"; //ref to writeNav() for agency_logo } index.append("
\n