From c819622e704d4978917d9ff8e071914d7b3368ef Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 21 May 2008 09:02:39 +0000 Subject: Small graphical changes due to change in ice.css git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1134 ab2d0c66-481e-0410-8bed-d214d4d58bed --- ipsectools-status-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipsectools-status-html.lsp b/ipsectools-status-html.lsp index b74f5d5..ff59def 100644 --- a/ipsectools-status-html.lsp +++ b/ipsectools-status-html.lsp @@ -30,8 +30,8 @@ for k,v in pairs(myform) do io.write("Phase1 details") local tags = {"Created","Source", "St", "S", "E",} for k1,v1 in pairs(tags) do - io.write("" .. - (v[v1]['label'] or "") .. ""..(v[v1]['value'] or "")) + io.write("" .. + (v[v1]['label'] or "") .. ""..(v[v1]['value'] or "")) if (v[v1]['descr']) and (#v[v1]['descr'] > 0) then io.write(" (".. v[v1]['descr'] .. ")") end io.write("") end -- cgit v1.2.3