diff --git a/public/index.html b/public/index.html index 478921f..3e78853 100644 --- a/public/index.html +++ b/public/index.html @@ -3187,9 +3187,9 @@ function renderHealthReport(d) { h += ''; // === DATA ACCURACY SECTION === - h += '
| ' + statusIcon + ' ' + info.label + ' | '; + h += '|||
| ' + statusIcon + ' ' + info.label + ' | '; h += '' + (v.status === 'info' ? '—' : w) + ' | '; h += '' + (v.status === 'info' ? '—' : earned) + ' | '; h += '' + reason + ' |