summaryrefslogtreecommitdiffstats
path: root/fetchmail-expert-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail-expert-html.lsp')
-rw-r--r--fetchmail-expert-html.lsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail-expert-html.lsp b/fetchmail-expert-html.lsp
index e46fdb2..ca6e6da 100644
--- a/fetchmail-expert-html.lsp
+++ b/fetchmail-expert-html.lsp
@@ -25,10 +25,12 @@ displayinfo(myform,tags,"viewonly")
<H2>EXPERT CONFIGURATION</H2>
<H3>FILE DETAILS</H3>
+<DL>
<?
local tags = { "filename", "filesize", "mtime", "sumerrors" }
displayinfo(myform,tags,"viewonly")
?>
+</DL>
<H3>FILE CONTENT</H3>
<?
@@ -36,10 +38,12 @@ io.write(html.form[form.config.filecontent.type](form.config.filecontent))
?>
<H2>SAVE AND APPLY ABOVE SETTINGS</H2>
+<DL>
<?
local tags = { "cmdsave", }
displayinfo(myform,tags)
?>
+</DL>
<?
-- Management buttons