2212 tagged images in html report now open in top level page instead of frame

This commit is contained in:
William Schaefer 2017-05-24 18:11:06 -04:00
parent 27c6163701
commit 0dd9277261

View File

@ -586,7 +586,7 @@ class ReportHTML implements TableReportModule {
// save it in a folder based on the tag name
String localFilePath = saveContent(file, contentTag.getName().getDisplayName());
localFileLink.append(localFilePath);
localFileLink.append("\">");
localFileLink.append("\" target=\"_top\">");
}
StringBuilder builder = new StringBuilder();