From 07f78a295b50630bdc0b6981e6a72c32e3f49185 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Feb 2014 21:44:54 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- openvpn-uploadcert-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openvpn-uploadcert-html.lsp') diff --git a/openvpn-uploadcert-html.lsp b/openvpn-uploadcert-html.lsp index 4f9d5ee..41048e4 100644 --- a/openvpn-uploadcert-html.lsp +++ b/openvpn-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