From 0832e6528a88a4213abef85152b08cc4ec3bfe3c Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:13:14 +0000 Subject: Added require statement for html library --- openvpn-statusinfo-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'openvpn-statusinfo-html.lsp') 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") %> -- cgit v1.2.3