From aa72624bbfb1d4fa0bc87dcf4b291e146b7af5f3 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:52:56 +0000 Subject: Change use of require to work with Lua 5.2 --- ipsectools-listcerts-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipsectools-listcerts-html.lsp') diff --git a/ipsectools-listcerts-html.lsp b/ipsectools-listcerts-html.lsp index 87671cf..e7a30dc 100644 --- a/ipsectools-listcerts-html.lsp +++ b/ipsectools-listcerts-html.lsp @@ -1,5 +1,5 @@ <% local view, viewlibrary, page_info, session = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"deletecert"}, session) %> -- cgit v1.2.3