summaryrefslogtreecommitdiffstats
path: root/openvpn-statusinfo-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:13:14 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:13:14 +0000
commit0832e6528a88a4213abef85152b08cc4ec3bfe3c (patch)
tree7f8dd5e37cfd94acba774ef783bd9496d55575f3 /openvpn-statusinfo-html.lsp
parent97c9f44f26c854c80985043c6b60f43c21e61000 (diff)
downloadacf-openvpn-0832e6528a88a4213abef85152b08cc4ec3bfe3c.tar.bz2
acf-openvpn-0832e6528a88a4213abef85152b08cc4ec3bfe3c.tar.xz
Added require statement for html library
Diffstat (limited to 'openvpn-statusinfo-html.lsp')
-rw-r--r--openvpn-statusinfo-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/openvpn-statusinfo-html.lsp b/openvpn-statusinfo-html.lsp
index bc7ab1a..2167893 100644
--- a/openvpn-statusinfo-html.lsp
+++ b/openvpn-statusinfo-html.lsp
@@ -1,4 +1,5 @@
<% local view, viewlibrary = ... %>
+<% html = require("acf.html") %>
<% viewlibrary.dispatch_component("status") %>