summaryrefslogtreecommitdiffstats
path: root/dhcp-listhosts-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp-listhosts-html.lsp')
-rw-r--r--dhcp-listhosts-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-listhosts-html.lsp b/dhcp-listhosts-html.lsp
index 140f296..4c4cde8 100644
--- a/dhcp-listhosts-html.lsp
+++ b/dhcp-listhosts-html.lsp
@@ -1,5 +1,5 @@
<% local view, viewlibrary, page_info, session = ... %>
-<% require("htmlviewfunctions") %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
<% htmlviewfunctions.displaycommandresults({"edithost", "delhost", "createhost"}, session) %>