summaryrefslogtreecommitdiffstats
path: root/shorewall-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:14:54 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:14:54 +0000
commitedcd55d1a8031217321f7cd69cfe32bd6a9e633d (patch)
treeb8385e30ebd85f59d2dc2427ac3db5f8c48754e1 /shorewall-details-html.lsp
parent0c2c01c296c5fb215ee2db12f68ffbeaa8c43863 (diff)
downloadacf-shorewall-edcd55d1a8031217321f7cd69cfe32bd6a9e633d.tar.bz2
acf-shorewall-edcd55d1a8031217321f7cd69cfe32bd6a9e633d.tar.xz
Added require statement for html library
Diffstat (limited to 'shorewall-details-html.lsp')
-rw-r--r--shorewall-details-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shorewall-details-html.lsp b/shorewall-details-html.lsp
index 9b087e7..4b04fce 100644
--- a/shorewall-details-html.lsp
+++ b/shorewall-details-html.lsp
@@ -1,4 +1,5 @@
<% local data, viewlibrary = ...
+html = require("acf.html")
%>
<% if viewlibrary and viewlibrary.dispatch_component then