From edcd55d1a8031217321f7cd69cfe32bd6a9e633d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:14:54 +0000 Subject: Added require statement for html library --- shorewall-config-html.lsp | 1 + shorewall-details-html.lsp | 1 + shorewall-listfiles-html.lsp | 1 + 3 files changed, 3 insertions(+) diff --git a/shorewall-config-html.lsp b/shorewall-config-html.lsp index 9ad95c3..878727a 100644 --- a/shorewall-config-html.lsp +++ b/shorewall-config-html.lsp @@ -1,4 +1,5 @@ <% local form,viewlibrary = ... +<% html = require("acf.html") %> local descr = { ['interfaces'] = { 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 diff --git a/shorewall-listfiles-html.lsp b/shorewall-listfiles-html.lsp index d079e3b..dd8c2a2 100644 --- a/shorewall-listfiles-html.lsp +++ b/shorewall-listfiles-html.lsp @@ -1,5 +1,6 @@ <% local data, viewlibrary, page_info, session = ... require("htmlviewfunctions") +html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"edit"}, session) %> -- cgit v1.2.3