From 7975ee62879b8833b1a6f8330af6611fbedf4f32 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 23 May 2008 14:20:00 +0000 Subject: Mod openssl to restrict users to only see and delete their own requests. Moved apk to apk-tools. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1179 ab2d0c66-481e-0410-8bed-d214d4d58bed --- lib/viewfunctions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/viewfunctions.lua') diff --git a/lib/viewfunctions.lua b/lib/viewfunctions.lua index 819135e..d6b5061 100644 --- a/lib/viewfunctions.lua +++ b/lib/viewfunctions.lua @@ -89,7 +89,7 @@ function displayitem(myitem) end io.write(">" .. myitem.label .. "\n") io.write("
") - io.write(myitem.value .. "\n") + io.write(string.gsub(myitem.value, "\n", "
") .. "\n") if myitem.descr then io.write("

" .. string.gsub(myitem.descr, "\n", "
") .. "

\n") end if myitem.errtxt then io.write("

" .. string.gsub(myitem.errtxt, "\n", "
") .. "

\n") end io.write("
\n") -- cgit v1.2.3