summaryrefslogtreecommitdiffstats
path: root/openssl-viewcert-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-03 21:44:14 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-03 21:44:14 +0000
commit6354a6d5d2a9f645bca8901edb116d6103b81d01 (patch)
tree03f274c9e2f7882970868580d152f14ccf358ae8 /openssl-viewcert-html.lsp
parente08be5e9b9423e2fa10b2234ef2b1a93a6229ea0 (diff)
downloadacf-openssl-6354a6d5d2a9f645bca8901edb116d6103b81d01.tar.bz2
acf-openssl-6354a6d5d2a9f645bca8901edb116d6103b81d01.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
Diffstat (limited to 'openssl-viewcert-html.lsp')
-rw-r--r--openssl-viewcert-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-viewcert-html.lsp b/openssl-viewcert-html.lsp
index 418a1aa..dcfb7d6 100644
--- a/openssl-viewcert-html.lsp
+++ b/openssl-viewcert-html.lsp
@@ -1,5 +1,5 @@
<% local view, viewlibrary = ... %>
<% html = require("acf.html") %>
-<H1>Certificate Details</H1>
+<h1>Certificate Details</h1>
<pre><%= html.html_escape(view.value.value) %></pre>