summaryrefslogtreecommitdiffstats
path: root/fetchmail-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:10:07 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:10:07 +0000
commit647c2279ac97d3eee5527082a984a8fc6d5fd23d (patch)
tree46cde4dcfc4f454bbcdf0c986c67df6cf4b655dd /fetchmail-config-html.lsp
parent5a7675c4b151d5b4426b2409c5f69e27183d003f (diff)
downloadacf-fetchmail-647c2279ac97d3eee5527082a984a8fc6d5fd23d.tar.bz2
acf-fetchmail-647c2279ac97d3eee5527082a984a8fc6d5fd23d.tar.xz
Added require statement for html library
Diffstat (limited to 'fetchmail-config-html.lsp')
-rw-r--r--fetchmail-config-html.lsp1
1 files changed, 1 insertions, 0 deletions
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) %>