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:
Richard Cordovano 2017-05-31 10:31:33 -04:00 committed by GitHub
commit dfdd6e6826

View File

@ -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();