summaryrefslogtreecommitdiffstats
path: root/postfix-details-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'postfix-details-html.lsp')
-rw-r--r--postfix-details-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/postfix-details-html.lsp b/postfix-details-html.lsp
index 8f1363e..ae142cd 100644
--- a/postfix-details-html.lsp
+++ b/postfix-details-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<% viewlibrary.dispatch_component("status") %>
@@ -7,6 +7,6 @@ require("viewfunctions")
<H2><%= html.html_escape(data.label) %></H2>
<DL>
<%
-displayitem(data)
+htmlviewfunctions.displayitem(data)
%>
</DL>