From 930c69a5469981fe74416af0d9b9daa68254632b Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 7 Mar 2019 15:01:59 +0100 Subject: [PATCH] Make double quote usage consistent in HTML header Currently, the `fraction` class attribute was used with single quotes, while the others use double quotes. I've converted it to double quotes, to at least have consistency between the header spans. Outside of this, there is still some inconcistency within the templates on attribute quoting, but I considered that to be a too intrusive change. --- lib/report/templates/head.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/report/templates/head.txt b/lib/report/templates/head.txt index f98094e5..1ab64b38 100644 --- a/lib/report/templates/head.txt +++ b/lib/report/templates/head.txt @@ -25,28 +25,28 @@
{{pct}}% Statements - {{covered}}/{{total}} + {{covered}}/{{total}}
{{/with}} {{#with metrics.branches}}
{{pct}}% Branches - {{covered}}/{{total}} + {{covered}}/{{total}}
{{/with}} {{#with metrics.functions}}
{{pct}}% Functions - {{covered}}/{{total}} + {{covered}}/{{total}}
{{/with}} {{#with metrics.lines}}
{{pct}}% Lines - {{covered}}/{{total}} + {{covered}}/{{total}}
{{/with}} {{#if_has_ignores metrics}}