Skip to content

Commit 9407446

Browse files
authored
Update VectorCastSourcePrinter.java
Fix: render   correctly in coverage table header
1 parent f7f80b3 commit 9407446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/java/io/jenkins/plugins/coverage/metrics/source/VectorCastSourcePrinter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ else if (hasMcdc && hasFc) {
220220
trString = tr().withClass(UNDEFINED).with(
221221
td().withClass("line").with(text("Line ")),
222222
td().withClass("line").with(text("St/Br")),
223-
td().withClass("line").with(text(NBSP))
223+
td().withClass("line").with(rawHtml(NBSP))
224224
).render();
225225
}
226226

0 commit comments

Comments
 (0)