из html v1 убарана минификация (возвращено к стоку)
This commit is contained in:
@@ -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