summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-01-16 21:24:16 +0000
committerTed Trask <ttrask01@yahoo.com>2009-01-16 21:24:16 +0000
commit99b5f74f0c62e9c19a7de9be5ba16b949cc0507d (patch)
treeb443f2effb92edb97f3625ddf69f0cefd2a13aee
parentaf267177f743271990e593265ca32ce341d483d4 (diff)
downloadacf-fetchmail-99b5f74f0c62e9c19a7de9be5ba16b949cc0507d.tar.bz2
acf-fetchmail-99b5f74f0c62e9c19a7de9be5ba16b949cc0507d.tar.xz
Tested by removing expected packages, files, and directories. Fixed resulting bugs.
git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--fetchmail-listentries-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail-listentries-html.lsp b/fetchmail-listentries-html.lsp
index 32b550a..0e08872 100644
--- a/fetchmail-listentries-html.lsp
+++ b/fetchmail-listentries-html.lsp
@@ -28,7 +28,7 @@ io.write("</span>")
<% io.write(html.link{value = "deleteentry?entry=" .. entry.entry.."&method="..entry.method.."&remotemailbox="..entry.remotemailbox.."&localdomain="..entry.localdomain, label="Delete " }) %>
</TD>
<TD style="padding-right:20px;white-space:nowrap;"><%= html.html_escape(entry.entry) %></TD>
- <TD style="padding-right:20px;white-space:nowrap;"><%= html.html_escape(entry.enabled) %></TD>
+ <TD style="padding-right:20px;white-space:nowrap;"><%= html.html_escape(tostring(entry.enabled)) %></TD>
<TD style="padding-right:20px;white-space:nowrap;"><%= html.html_escape(entry.method) %></TD>
<TD style="white-space:nowrap;" width="90%"><% if entry.localdomain and entry.localdomain ~= "" then io.write(html.html_escape(entry.localdomain)) else io.write(html.html_escape(entry.remotemailbox)) end %></TD>
</TR>