summaryrefslogtreecommitdiffstats
path: root/iptables-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:11:04 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:11:04 +0000
commite9d1dabb876d1644d83a7961a593af4e15eef9b5 (patch)
tree3ea6a64a33ac2d49353ae3f6468519213bb91c58 /iptables-details-html.lsp
parent47a9e7da8c229413def72070d5674f1dfb4d0e05 (diff)
downloadacf-iptables-e9d1dabb876d1644d83a7961a593af4e15eef9b5.tar.bz2
acf-iptables-e9d1dabb876d1644d83a7961a593af4e15eef9b5.tar.xz
Added require statement for html library
Diffstat (limited to 'iptables-details-html.lsp')
-rw-r--r--iptables-details-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables-details-html.lsp b/iptables-details-html.lsp
index 5310f67..3f6e1e5 100644
--- a/iptables-details-html.lsp
+++ b/iptables-details-html.lsp
@@ -1,4 +1,5 @@
<% local data, viewlibrary = ...
+html = require("acf.html")
%>
<% viewlibrary.dispatch_component("status") %>