diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-02-03 21:32:09 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-02-03 21:32:09 +0000 |
commit | cc4fd41686f103acdc72c72a8e8295c3c169a28f (patch) | |
tree | 5135a6bfe506108edc24c3cce11cb73d4c9766ed /ipsectools-uploadcert-html.lsp | |
parent | 72c892f9d401585566ebf6e5b3dffd3c0c178165 (diff) | |
download | acf-ipsec-tools-cc4fd41686f103acdc72c72a8e8295c3c169a28f.tar.bz2 acf-ipsec-tools-cc4fd41686f103acdc72c72a8e8295c3c169a28f.tar.xz |
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
Diffstat (limited to 'ipsectools-uploadcert-html.lsp')
-rw-r--r-- | ipsectools-uploadcert-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsectools-uploadcert-html.lsp b/ipsectools-uploadcert-html.lsp index 4f9d5ee..41048e4 100644 --- a/ipsectools-uploadcert-html.lsp +++ b/ipsectools-uploadcert-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" |