summaryrefslogtreecommitdiffstats
path: root/kamailio-searchdatabase-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-04 17:02:41 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-04 17:02:41 +0000
commit50b8c1bd4d52e53ab9ce98c67550b995a5682865 (patch)
tree56edbca0c20eac5ea6b7ea1c3932c344a502ec1f /kamailio-searchdatabase-html.lsp
parentb535cc71e1b2fa53b0ca3a422522d2a8f45287e0 (diff)
downloadacf-kamailio-50b8c1bd4d52e53ab9ce98c67550b995a5682865.tar.bz2
acf-kamailio-50b8c1bd4d52e53ab9ce98c67550b995a5682865.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"