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.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/debug-html.lsp b/app/debug-html.lsp
index ee49434..f857b4f 100644
--- a/app/debug-html.lsp
+++ b/app/debug-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary, page_info, session = ... %>
-<% require("htmlviewfunctions") %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
<H1>Debugging</H1>
<H2>View Data:</H2>
<%= htmlviewfunctions.cfe_unpack(data) %>