summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail-config-html.lsp2
-rw-r--r--fetchmail-model.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail-config-html.lsp b/fetchmail-config-html.lsp
index 4a6cba3..d6f86af 100644
--- a/fetchmail-config-html.lsp
+++ b/fetchmail-config-html.lsp
@@ -134,7 +134,7 @@ for i=1, table.maxn(mailboxform) do
end
io.write("</TABLE></CENTER>")
?>
-<DL>
+</DL>
<? -- START - SPECIAL VIEW FOR SHOWING AVAILABLE MAILBOXES ?>
<H3>LAST RESORT</H3>
diff --git a/fetchmail-model.lua b/fetchmail-model.lua
index 075ae77..6e446fd 100644
--- a/fetchmail-model.lua
+++ b/fetchmail-model.lua
@@ -16,7 +16,7 @@ local function get_version()
local f = io.popen( cmd )
local cmd_output_result = f:read("*l")
f:close()
- return cmd_output_result
+ return cmd_output_result or "Not installed"
end
local function getloglevels()