From 647c2279ac97d3eee5527082a984a8fc6d5fd23d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:10:07 +0000 Subject: Added require statement for html library --- fetchmail-config-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail-config-html.lsp') diff --git a/fetchmail-config-html.lsp b/fetchmail-config-html.lsp index 8aa6299..e3df87e 100644 --- a/fetchmail-config-html.lsp +++ b/fetchmail-config-html.lsp @@ -1,5 +1,6 @@ <% local view, viewlibrary, page_info, session = ... %> <% require("htmlviewfunctions") %> +<% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"editconfig", "editentry", "deleteentry", "createentry"}, session) %> -- cgit v1.2.3