summaryrefslogtreecommitdiffstats
path: root/hostname-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'hostname-html.lsp')
-rw-r--r--hostname-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/hostname-html.lsp b/hostname-html.lsp
index 52238b3..4563279 100644
--- a/hostname-html.lsp
+++ b/hostname-html.lsp
@@ -1,7 +1,7 @@
<% local view = ... %>
-<% require("viewfunctions") %>
+<% require("htmlviewfunctions") %>
<h1><%= html.html_escape(view.label) %></h1>
<DL>
-<% displayitem(view) %>
+<% htmlviewfunctions.displayitem(view) %>
</DL>