diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-02-04 17:02:41 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-02-04 17:02:41 +0000 |
commit | 50b8c1bd4d52e53ab9ce98c67550b995a5682865 (patch) | |
tree | 56edbca0c20eac5ea6b7ea1c3932c344a502ec1f /kamailio-searchdatabase-html.lsp | |
parent | b535cc71e1b2fa53b0ca3a422522d2a8f45287e0 (diff) | |
download | acf-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.lsp | 2 |
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" |