summaryrefslogtreecommitdiffstats
path: root/hostname-read-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'hostname-read-html.lsp')
-rw-r--r--hostname-read-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostname-read-html.lsp b/hostname-read-html.lsp
index 604d9b0..d1419fc 100644
--- a/hostname-read-html.lsp
+++ b/hostname-read-html.lsp
@@ -1,5 +1,5 @@
<% local view = ... %>
-<% require("htmlviewfunctions") %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
<h1><%= html.html_escape(view.label) %></h1>