From 739a930c1f1825131d31d1ee7220fdfb83ad2538 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 21:00:56 +0000 Subject: Change use of require to work with Lua 5.2 --- openssh-config-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssh-config-html.lsp') diff --git a/openssh-config-html.lsp b/openssh-config-html.lsp index c48fef8..2da497b 100644 --- a/openssh-config-html.lsp +++ b/openssh-config-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info, session = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> -- cgit v1.2.3