summaryrefslogtreecommitdiffstats
path: root/openssl-putcacert-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-putcacert-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-putcacert-html.lsp')
-rw-r--r--openssl-putcacert-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-putcacert-html.lsp b/openssl-putcacert-html.lsp
index a4a0609..1d178fe 100644
--- a/openssl-putcacert-html.lsp
+++ b/openssl-putcacert-html.lsp
@@ -2,7 +2,7 @@
<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
-<H1><%= html.html_escape(form.label) %></H1>
+<h1><%= html.html_escape(form.label) %></h1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
form.enctype = "multipart/form-data"