diff --git a/lib/templates/html/htmlcov/coverage.html.eex b/lib/templates/html/htmlcov/coverage.html.eex index b501429d..a21b708f 100644 --- a/lib/templates/html/htmlcov/coverage.html.eex +++ b/lib/templates/html/htmlcov/coverage.html.eex @@ -70,7 +70,7 @@ <%= number %> - <%= ExCoveralls.Html.View.safe(line.source || ' ') %> + <%= ExCoveralls.Html.View.safe(line.source || " ") %> <% end %> <% end %>