diff options
-rw-r--r-- | openntpd-details-html.lsp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/openntpd-details-html.lsp b/openntpd-details-html.lsp index 9be71b9..da4db3b 100644 --- a/openntpd-details-html.lsp +++ b/openntpd-details-html.lsp @@ -7,11 +7,8 @@ html = require("acf.html") viewlibrary.dispatch_component("status") end %> -<H2><%= html.html_escape(data.label) %></H2> -<DL> +<h2><%= html.html_escape(data.label) %></h2> <% htmlviewfunctions.displayitem(data.value.date) htmlviewfunctions.displayitem(data.value.timechanged) %> -</DL> - |