summaryrefslogtreecommitdiffstats
path: root/lbu-listchanges-html.lsp
diff options
context:
space:
mode:
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>