You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
htmlreport: fix HTML validation and table column counts (danmar#7994)
generated html reports were failing Nu Html Checker at
https://validator.w3.org/
- Add space before checkbox attributes to comply with HTML5 standards.
- Remove trailing slashes from elements to prevent parser warnings.
- Correct colspan in summary and fileEntry tables from 5 to 6 to match
header column count, preventing table validation warnings.
Signed-off-by: Robin Getz <rgetz503@gmail.com>
0 commit comments