From 4d618f3b2258792984756eba365dace432dfc58e Mon Sep 17 00:00:00 2001 From: nercone-dev Date: Wed, 22 Apr 2026 01:57:52 +0900 Subject: [PATCH] -- --- public/tools/tls-test/results.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/tools/tls-test/results.html b/public/tools/tls-test/results.html index 1578f80..7d8272a 100644 --- a/public/tools/tls-test/results.html +++ b/public/tools/tls-test/results.html @@ -67,11 +67,12 @@ Log row for a finding. Columns: [step] severity-label + title(white) detail(gray) #} + {% set _color_compat = {'tx': 'light-grey', 'tx-alt': 'light-grey-alt'} %} {% macro finding_row(f) -%}
[{{ (f.step or f.group or f.category or 'info')|replace('_','-')|lower }}] - {{ f.severity_label|upper }} + {{ f.severity_label|upper }} {{ f.title }} {{ f.detail or '' }}