mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
2212 tagged images in html report now open in top level page instead of frame
This commit is contained in:
parent
27c6163701
commit
0dd9277261
@ -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