We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba315f4 commit b72589cCopy full SHA for b72589c
src/CodeCoverage/Report/HTML/Renderer/File.php
@@ -439,7 +439,7 @@ protected function loadFile($file)
439
$value = str_replace(
440
array("\t", ' '),
441
array(' ', ' '),
442
- htmlspecialchars($value)
+ htmlspecialchars($value, ENT_COMPAT | ENT_HTML401 | ENT_SUBSTITUTE)
443
);
444
445
if ($value === "\n") {
0 commit comments