summaryrefslogtreecommitdiffstats
path: root/app/debug-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/debug-html.lsp')
-rw-r--r--app/debug-html.lsp7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/debug-html.lsp b/app/debug-html.lsp
index d3db3b4..f9d160b 100644
--- a/app/debug-html.lsp
+++ b/app/debug-html.lsp
@@ -1,8 +1,9 @@
<% local data, viewlibrary, page_info, session = ... %>
+<% require("viewfunctions") %>
<H1>Debugging</H1>
<H2>View Data:</H2>
-<%= html.cfe_unpack(data) %>
+<%= cfe_unpack(data) %>
<H2>Session:</H2>
-<%= html.cfe_unpack(session) %>
+<%= cfe_unpack(session) %>
<H2>Page Info:</H2>
-<%= html.cfe_unpack(page_info) %>
+<%= cfe_unpack(page_info) %>