summaryrefslogtreecommitdiffstats
path: root/tinydns-expert-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'tinydns-expert-html.lsp')
-rw-r--r--tinydns-expert-html.lsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tinydns-expert-html.lsp b/tinydns-expert-html.lsp
index 310d8ce..45089e7 100644
--- a/tinydns-expert-html.lsp
+++ b/tinydns-expert-html.lsp
@@ -11,15 +11,18 @@ io.write("</span>")
<H1>SYSTEM INFO</H1>
+<DL>
<?
local myform = form.status
local tags = { "status", "version", "autostart", }
displayinfo(myform,tags,"viewonly")
?>
+</DL>
<h1>CONFIGURATION</h1>
<h2>Expert config</h2>
<h3>List of files</h3>
+<DL>
<TABLE>
<?
local myform = form.status.configfiles
@@ -30,4 +33,5 @@ for k,v in pairs(myform.value) do
</TR>
<? end ?>
</TABLE>
+</DL>