summaryrefslogtreecommitdiffstats
path: root/squid-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:15:18 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:15:18 +0000
commit02bf106fe057c9f52bd59fd1b9129c962c5c57df (patch)
treeefa15069797360d5ff42ad61695d62980749223a /squid-config-html.lsp
parentdb1ebfbefad974b3df07d9937e364ee09045f8cb (diff)
downloadacf-squid-02bf106fe057c9f52bd59fd1b9129c962c5c57df.tar.bz2
acf-squid-02bf106fe057c9f52bd59fd1b9129c962c5c57df.tar.xz
Added require statement for html library
Diffstat (limited to 'squid-config-html.lsp')
-rw-r--r--squid-config-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/squid-config-html.lsp b/squid-config-html.lsp
index 30203e8..22d8bf4 100644
--- a/squid-config-html.lsp
+++ b/squid-config-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% if viewlibrary and viewlibrary.dispatch_component then