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.lsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/acf-util/welcome-html.lsp b/app/acf-util/welcome-html.lsp
index 85ff3a8..6a1fc17 100644
--- a/app/acf-util/welcome-html.lsp
+++ b/app/acf-util/welcome-html.lsp
@@ -1,10 +1,10 @@
<% view = ... %>
-<% require("viewfunctions") %>
+<% require("htmlviewfunctions") %>
<h1>Alpine Configuration Framework</h1>
<DL><p>Welcome.</p></DL>
<% --[[
- io.write(cfe_unpack(view))
- io.write(cfe_unpack(FORM))
- io.write(cfe_unpack(ENV))
+ io.write(htmlviewfunctions.cfe_unpack(view))
+ io.write(htmlviewfunctions.cfe_unpack(FORM))
+ io.write(htmlviewfunctions.cfe_unpack(ENV))
--]] %>