summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clamav-details-html.lsp1
-rw-r--r--clamav-listfiles-html.lsp1
2 files changed, 2 insertions, 0 deletions
diff --git a/clamav-details-html.lsp b/clamav-details-html.lsp
index ae142cd..905a057 100644
--- a/clamav-details-html.lsp
+++ b/clamav-details-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% viewlibrary.dispatch_component("status") %>
diff --git a/clamav-listfiles-html.lsp b/clamav-listfiles-html.lsp
index 6420120..0d2e49f 100644
--- a/clamav-listfiles-html.lsp
+++ b/clamav-listfiles-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"expert"}, session) %>