From 6d34bae045720afd97911e0c5e49d1a15f54183a Mon Sep 17 00:00:00 2001 From: Nick Davis Date: Fri, 5 Feb 2016 00:49:14 -0500 Subject: [PATCH 1/2] fixed content type meta tag in HTML report headers --- Core/src/org/sleuthkit/autopsy/report/ReportHTML.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java b/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java index 4a57d802d7..7bc633a320 100644 --- a/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java +++ b/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java @@ -852,6 +852,7 @@ class ReportHTML implements TableReportModule { NbBundle.getMessage(this.getClass(), "ReportHTML.writeIndex.title", currentCase.getName())).append( "\n"); //NON-NLS index.append("\n"); //NON-NLS + index.append("\n"); //NON-NLS index.append("\n"); //NON-NLS index.append("\n"); //NON-NLS index.append("\n"); //NON-NLS @@ -890,7 +891,8 @@ class ReportHTML implements TableReportModule { StringBuilder nav = new StringBuilder(); nav.append("\n\n\t").append( //NON-NLS NbBundle.getMessage(this.getClass(), "ReportHTML.writeNav.title")) - .append("\n\t\n\n\n"); //NON-NLS + .append("\n\t\n"); //NON-NLS + nav.append("\n\n\n"); //NON-NLS nav.append("
\n

").append( //NON-NLS NbBundle.getMessage(this.getClass(), "ReportHTML.writeNav.h1")).append("

\n"); //NON-NLS nav.append("