diff options
-rw-r--r-- | openntpd-status-html.lsp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openntpd-status-html.lsp b/openntpd-status-html.lsp index 7c10d67..1e75972 100644 --- a/openntpd-status-html.lsp +++ b/openntpd-status-html.lsp @@ -19,9 +19,11 @@ displayinfo(myform,tags,"viewonly") </DL> <H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2> +<DL> <? local myform = form.status local tags = { "setstimeonstartup", "date", "timechanged", } displayinfo(myform,tags,"viewonly") ?> +</DL> |