summaryrefslogtreecommitdiffstats
path: root/shorewall-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'shorewall-status-html.lsp')
-rw-r--r--shorewall-status-html.lsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/shorewall-status-html.lsp b/shorewall-status-html.lsp
index 27534fa..7055966 100644
--- a/shorewall-status-html.lsp
+++ b/shorewall-status-html.lsp
@@ -10,16 +10,20 @@ io.write("</span>")
?>
<H1>SYSTEM INFO</H1>
+<DL>
<?
local myform = form.status
local tags = { "status", "version", "autostart", }
displayinfo(myform,tags,"viewonly")
?>
+</DL>
<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2>
+<DL>
<?
local myform = form.status
local tags = { "state", }
displayinfo(myform,tags,"viewonly")
?>
+</DL>