summaryrefslogtreecommitdiffstats
path: root/shorewall-expert-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-15 15:45:10 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-15 15:45:10 +0000
commitcd8a0fb6f76896cd6173be462ed3a818c946492a (patch)
tree6d52ad4db1951cab73661c744e329cedcf37ff00 /shorewall-expert-html.lsp
parent91f600e62d83f942e722dd18e7c42c244557a610 (diff)
downloadacf-shorewall-cd8a0fb6f76896cd6173be462ed3a818c946492a.tar.bz2
acf-shorewall-cd8a0fb6f76896cd6173be462ed3a818c946492a.tar.xz
Added <DL> to the views, so that the css works as it should
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@573 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'shorewall-expert-html.lsp')
-rw-r--r--shorewall-expert-html.lsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/shorewall-expert-html.lsp b/shorewall-expert-html.lsp
index 1b638ca..2e2c1da 100644
--- a/shorewall-expert-html.lsp
+++ b/shorewall-expert-html.lsp
@@ -1,11 +1,15 @@
<? local view = ... ?>
<h1>SYSTEM INFO</h1>
+<DL>
<dt>Program status</dt>
<DD><?= view.status.status ?></DD>
+</DL>
+<DL>
<dt>Program version</dt>
<dd><?= view.status.version ?></dd>
+</DL>
<h1>CONFIGURATION</h1>