summaryrefslogtreecommitdiffstats
path: root/app/acf-util
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-01-16 21:20:26 +0000
committerTed Trask <ttrask01@yahoo.com>2009-01-16 21:20:26 +0000
commitea807e9802a1a14db8bf3f3fb44841a6e2c9266a (patch)
tree148d1ecbbc04b7b0d18a27f535f8fb8cf0295c08 /app/acf-util
parent2c2f5c6de04aa287495282b4de9354dfb126bbf4 (diff)
downloadacf-core-ea807e9802a1a14db8bf3f3fb44841a6e2c9266a.tar.bz2
acf-core-ea807e9802a1a14db8bf3f3fb44841a6e2c9266a.tar.xz
Fixed two core bugs from version 1678.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1682 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/acf-util')
-rw-r--r--app/acf-util/roles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf-util/roles-html.lsp b/app/acf-util/roles-html.lsp
index d61e60a..41ebcc3 100644
--- a/app/acf-util/roles-html.lsp
+++ b/app/acf-util/roles-html.lsp
@@ -44,7 +44,7 @@
end
table.sort(actions)
for y,act in pairs(actions) do
- print(html.html_escape(act))
+ print((html.html_escape(act)))
end
io.write("<TD></TR>")
end