From ea807e9802a1a14db8bf3f3fb44841a6e2c9266a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 16 Jan 2009 21:20:26 +0000 Subject: Fixed two core bugs from version 1678. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1682 ab2d0c66-481e-0410-8bed-d214d4d58bed --- app/acf-util/roles-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/acf-util') 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("") end -- cgit v1.2.3