Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19c2357c04 |
@@ -143,6 +143,6 @@ public class HtmlReportFormatter : IReportFormatter
|
|||||||
sb.AppendLine("</body>");
|
sb.AppendLine("</body>");
|
||||||
sb.AppendLine("</html>");
|
sb.AppendLine("</html>");
|
||||||
|
|
||||||
return HtmlMinifier.MinifyHtml(sb.ToString());
|
return sb.ToString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user