summaryrefslogtreecommitdiffstats
path: root/lbu-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-03 21:19:28 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-03 21:19:28 +0000
commit382699649697c90d3469acbc2f41b59e67e904ce (patch)
tree1bbae01e0e88242cb533e065c0e7b134bf01678e /lbu-config-html.lsp
parent22295dc7bd737a5ba33a32e3516ac550602e8585 (diff)
downloadacf-alpine-conf-382699649697c90d3469acbc2f41b59e67e904ce.tar.bz2
acf-alpine-conf-382699649697c90d3469acbc2f41b59e67e904ce.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
Diffstat (limited to 'lbu-config-html.lsp')
-rw-r--r--lbu-config-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lbu-config-html.lsp b/lbu-config-html.lsp
index edb8f2f..05ecad3 100644
--- a/lbu-config-html.lsp
+++ b/lbu-config-html.lsp
@@ -8,10 +8,10 @@ htmlviewfunctions = require("htmlviewfunctions")
viewlibrary.dispatch_component("status")
end %>
-<H1>Config</H1>
+<h1>Config</h1>
<%
local order = { "LBU_MEDIA", "ENCRYPTION", "DEFAULT_CIPHER", "PASSWORD" }
- htmlviewfunctions.displayform(form, order)
+ htmlviewfunctions.displayform(form, order, nil, page_info, 2)
if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("editincluded")