summaryrefslogtreecommitdiffstats
path: root/openssl-status-html.lsp
diff options
context:
space:
mode:
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")