summaryrefslogtreecommitdiffstats
path: root/dnscache-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-03 21:26:43 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-03 21:26:43 +0000
commitc35e16d5a0942e5becda2594492156fe91ee6e04 (patch)
tree91fee093c36a666afc6925c77c6d4ca040783114 /dnscache-config-html.lsp
parent12632838a09972236eb641e52dde2529a2337ef1 (diff)
downloadacf-dnscache-c35e16d5a0942e5becda2594492156fe91ee6e04.tar.bz2
acf-dnscache-c35e16d5a0942e5becda2594492156fe91ee6e04.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
Diffstat (limited to 'dnscache-config-html.lsp')
-rw-r--r--dnscache-config-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnscache-config-html.lsp b/dnscache-config-html.lsp
index f29644c..c53da25 100644
--- a/dnscache-config-html.lsp
+++ b/dnscache-config-html.lsp
@@ -6,7 +6,7 @@ htmlviewfunctions = require("htmlviewfunctions")
viewlibrary.dispatch_component("status")
end %>
-<H1>Config</H1>
+<h1>Config</h1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
htmlviewfunctions.displayform(form)