diff options
Diffstat (limited to 'lbu-config-html.lsp')
-rw-r--r-- | lbu-config-html.lsp | 4 |
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") |