diff options
Diffstat (limited to 'openntpd-status-html.lsp')
-rw-r--r-- | openntpd-status-html.lsp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openntpd-status-html.lsp b/openntpd-status-html.lsp index d1211c5..5612f57 100644 --- a/openntpd-status-html.lsp +++ b/openntpd-status-html.lsp @@ -2,15 +2,13 @@ <h1>SYSTEM INFO</h1> -<h2>SYSTEM INFO</h2> - <dt>Program status</dt> <DD><? if (view.status.enabled) then io.write('Enabled') else io.write('Disabled') end ?></DD> <dt>Program version</dt> <dd><?= view.status.version ?></dd> -<H3>PROGRAM SPECIFIC OPTIONS/INFORMATION</H3> +<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2> <dt>Configured as server (listens)</dt> <dd><? io.write(view.status.listenstate) ?></dd> |