summaryrefslogtreecommitdiffstats
path: root/lbu-listchanges-html.lsp
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
commitae5252d486b4ed57c8ce6994b6803ec32fe9810d (patch)
tree0bd5ca7cd62950bd7bfcca1e00e87cb9ef2fff6a /lbu-listchanges-html.lsp
parent46ea286ecd9626fa9002e939676b18fe6fba26d6 (diff)
downloadacf-alpine-conf-ae5252d486b4ed57c8ce6994b6803ec32fe9810d.tar.bz2
acf-alpine-conf-ae5252d486b4ed57c8ce6994b6803ec32fe9810d.tar.xz
Tested by removing expected packages, files, and directories. Fixed resulting bugs.
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lbu-listchanges-html.lsp')
-rw-r--r--lbu-listchanges-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lbu-listchanges-html.lsp b/lbu-listchanges-html.lsp
index 42d6387..d49d010 100644
--- a/lbu-listchanges-html.lsp
+++ b/lbu-listchanges-html.lsp
@@ -35,7 +35,7 @@ end %>
io.write("None")
else
for i,file in pairs(view.value) do
- io.write(html.html_escape(file.status .. "\t" .. file.name .. "\n"))
+ io.write((html.html_escape(file.status .. "\t" .. file.name .. "\n")))
end
end
%></pre></DD>