From 5b6cdc547f5c4e047891cbedf55f24c5cf34f859 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:08:16 +0000 Subject: Added require statement for html library --- clamav-details-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'clamav-details-html.lsp') 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") %> -- cgit v1.2.3