summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vmail-listmessages-html.lsp1
-rw-r--r--vmail-listusers-html.lsp1
2 files changed, 2 insertions, 0 deletions
diff --git a/vmail-listmessages-html.lsp b/vmail-listmessages-html.lsp
index 23e6379..194d625 100644
--- a/vmail-listmessages-html.lsp
+++ b/vmail-listmessages-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% -- Pregenerate the list of users
diff --git a/vmail-listusers-html.lsp b/vmail-listusers-html.lsp
index 192f991..0b09be0 100644
--- a/vmail-listusers-html.lsp
+++ b/vmail-listusers-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery-latest.js"></script>