diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-02-03 21:44:14 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-02-03 21:44:14 +0000 |
commit | 6354a6d5d2a9f645bca8901edb116d6103b81d01 (patch) | |
tree | 03f274c9e2f7882970868580d152f14ccf358ae8 /openssl-viewcert-html.lsp | |
parent | e08be5e9b9423e2fa10b2234ef2b1a93a6229ea0 (diff) | |
download | acf-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.lsp | 2 |
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> |