From 5ce18ebfc10e874432b994897e5fc7750ca30a3e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 Apr 2026 10:45:23 +0800 Subject: [PATCH] fix: use explicit closing tags for a-empty components Self-closing custom elements () are invalid in HTML5 in-DOM templates. The browser treats them as opening tags, causing subsequent sibling elements to become children. This made the worker's node info table a child of the hidden , so it never rendered when nodes.length > 0. --- web/html/nodes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/nodes.html b/web/html/nodes.html index b063b08c..af84480b 100644 --- a/web/html/nodes.html +++ b/web/html/nodes.html @@ -58,7 +58,7 @@
- +
@@ -92,7 +92,7 @@
- +