From 50b8c1bd4d52e53ab9ce98c67550b995a5682865 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 4 Feb 2014 17:02:41 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- kamailio-searchdatabase-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kamailio-searchdatabase-html.lsp') diff --git a/kamailio-searchdatabase-html.lsp b/kamailio-searchdatabase-html.lsp index 8a55f48..257626d 100644 --- a/kamailio-searchdatabase-html.lsp +++ b/kamailio-searchdatabase-html.lsp @@ -21,7 +21,7 @@ html = require("acf.html") form.value.fields = nil end %> -

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

+

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

<% form.value.result = nil form.option = "Search" -- cgit v1.2.3