summaryrefslogtreecommitdiffstats
path: root/openntpd-status-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-10 16:36:17 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-10 16:36:17 +0000
commitfd57473d49cd06a81595e8ef6a91ae44a96d9948 (patch)
treedbf8be362bc6e4cd5ea50e6e7db6745c566074ca /openntpd-status-html.lsp
parent116d2438209781f88faaac07a48fb801852247e7 (diff)
downloadacf-openntpd-fd57473d49cd06a81595e8ef6a91ae44a96d9948.tar.bz2
acf-openntpd-fd57473d49cd06a81595e8ef6a91ae44a96d9948.tar.xz
Small fix on status-page
git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@541 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openntpd-status-html.lsp')
-rw-r--r--openntpd-status-html.lsp4
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>