From cc4fd41686f103acdc72c72a8e8295c3c169a28f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Feb 2014 21:32:09 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- ipsectools-uploadcert-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipsectools-uploadcert-html.lsp') 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") %> -

<%= html.html_escape(form.label) %>

+

<%= html.html_escape(form.label) %>

<% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action form.enctype = "multipart/form-data" -- cgit v1.2.3