summaryrefslogtreecommitdiffstats
path: root/kamailio-searchdatabase-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-04 17:00:39 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-04 17:00:39 +0000
commit72d1dfa2786640de2404bd04df78321d18b1f75e (patch)
tree1dbace4a69e08c3c16ed030db75c06c4c469f813 /kamailio-searchdatabase-html.lsp
parent716e13a0dfecee4cc8b7743a3c186976f46b0e23 (diff)
downloadacf-kamailio-72d1dfa2786640de2404bd04df78321d18b1f75e.tar.bz2
acf-kamailio-72d1dfa2786640de2404bd04df78321d18b1f75e.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
Diffstat (limited to 'kamailio-searchdatabase-html.lsp')
-rw-r--r--kamailio-searchdatabase-html.lsp2
1 files changed, 1 insertions, 1 deletions
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 %>
-<H1><%= html.html_escape(form.label) %></H1>
+<h1><%= html.html_escape(form.label) %></h1>
<%
form.value.result = nil
form.option = "Search"