mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #2806 from wschaeferB/2212-HtmlReportImageViewing
2212 tagged images in html report now open in top level page instead …
This commit is contained in:
commit
dfdd6e6826
@ -586,7 +586,7 @@ class ReportHTML implements TableReportModule {
|
|||||||
// save it in a folder based on the tag name
|
// save it in a folder based on the tag name
|
||||||
String localFilePath = saveContent(file, contentTag.getName().getDisplayName());
|
String localFilePath = saveContent(file, contentTag.getName().getDisplayName());
|
||||||
localFileLink.append(localFilePath);
|
localFileLink.append(localFilePath);
|
||||||
localFileLink.append("\">");
|
localFileLink.append("\" target=\"_top\">");
|
||||||
}
|
}
|
||||||
|
|
||||||
StringBuilder builder = new StringBuilder();
|
StringBuilder builder = new StringBuilder();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user