summaryrefslogtreecommitdiffstats
path: root/openssl-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:22:54 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:22:54 +0000
commitf3924b39a0ace447a8a0ecdbfd0a1a76cb7264d8 (patch)
tree78764e68df703f7897da2f05a267399530691daf /openssl-status-html.lsp
parentd9f2c4e1b299afd58b5dd1b12422b253784ca6d5 (diff)
downloadacf-openssl-f3924b39a0ace447a8a0ecdbfd0a1a76cb7264d8.tar.bz2
acf-openssl-f3924b39a0ace447a8a0ecdbfd0a1a76cb7264d8.tar.xz
UI fix, bumped to 0.2.1v0.2.1
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r--openssl-status-html.lsp6
1 files changed, 1 insertions, 5 deletions
diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp
index 68623da..decc991 100644
--- a/openssl-status-html.lsp
+++ b/openssl-status-html.lsp
@@ -1,10 +1,6 @@
<% local view, viewlibrary, pageinfo, session = ... %>
<% require("viewfunctions") %>
-<% --[[ DEBUG INFORMATION
-io.write(html.cfe_unpack(view))
---]] %>
-
<% displaycommandresults({"checkenvironment", "putcacert", "generatecacert"}, session, true) %>
<H1>System Info</H1>
@@ -26,7 +22,7 @@ io.write(html.cfe_unpack(view))
end
elseif not view.value.cacert.errtxt and not view.value.cakey.errtxt then %>
<H1>CA Certificate contents</H1>
-<pre><%= html.html_escape(view.value.cacertcontents.value) %></pre>
+<DL><pre><%= html.html_escape(view.value.cacertcontents.value) %></pre></DL>
<% elseif viewlibrary and viewlibrary.dispatch_component then
if session.permissions.openssl.putcacert then
viewlibrary.dispatch_component("putcacert")