summaryrefslogtreecommitdiffstats
path: root/app/acf-util/welcome-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf-util/welcome-html.lsp')
-rw-r--r--app/acf-util/welcome-html.lsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/acf-util/welcome-html.lsp b/app/acf-util/welcome-html.lsp
index 8c3a96d..b83bc7e 100644
--- a/app/acf-util/welcome-html.lsp
+++ b/app/acf-util/welcome-html.lsp
@@ -1,7 +1,7 @@
<% local view, viewlibrary, page_info, session = ... %>
<% htmlviewfunctions = require("htmlviewfunctions") %>
-<% htmlviewfunctions.displayheader(cfe({label="Alpine Configuration Framework"}), page_info) %>
+<% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="Alpine Configuration Framework"}), page_info) %>
<p>Welcome.</p>
<% --[[
@@ -9,3 +9,4 @@
io.write(htmlviewfunctions.cfe_unpack(FORM))
io.write(htmlviewfunctions.cfe_unpack(ENV))
--]] %>
+<% htmlviewfunctions.displaysectionend(header_level) %>