From b54a3c126ab0fa494234702414c09c09f618d60b Mon Sep 17 00:00:00 2001 From: Rodrigo Stevaux Date: Tue, 18 May 2021 16:02:41 -0300 Subject: [PATCH] Fix small HTML error - h2 tag was closed with h1 tag, triggering my HTML linter --- lib/templates/html/htmlcov/coverage.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/html/htmlcov/coverage.html.eex b/lib/templates/html/htmlcov/coverage.html.eex index 5fca77fc..65e1aeae 100644 --- a/lib/templates/html/htmlcov/coverage.html.eex +++ b/lib/templates/html/htmlcov/coverage.html.eex @@ -34,7 +34,7 @@
<%= for file <- @cov.files do %>
-

<%= file.filename %>

+

<%= file.filename %>

<%= file.coverage || 0 %>
<%= file.sloc %>