summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-02-27 16:34:20 +0000
committerMika Havela <mika.havela@gmail.com>2008-02-27 16:34:20 +0000
commit878bdd0f35a7aa5eb044e57341e2bd6d2c7312e8 (patch)
tree21cc74ca95add253a640134bb824870ee3659e35
parent56b31de6ff13318c5d0ad39f483119042a0f1668 (diff)
downloadacf-fetchmail-878bdd0f35a7aa5eb044e57341e2bd6d2c7312e8.tar.bz2
acf-fetchmail-878bdd0f35a7aa5eb044e57341e2bd6d2c7312e8.tar.xz
Graphical bugfixes.
git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@776 ab2d0c66-481e-0410-8bed-d214d4d58bed
-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()