summaryrefslogtreecommitdiffstats
path: root/openssh-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 21:00:56 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 21:00:56 +0000
commit739a930c1f1825131d31d1ee7220fdfb83ad2538 (patch)
tree46832dc7c0ff9553864841d4deb966da9b001038 /openssh-config-html.lsp
parentfba93db67ac4064c8b09ab871805f65c1edbb383 (diff)
downloadacf-openssh-739a930c1f1825131d31d1ee7220fdfb83ad2538.tar.bz2
acf-openssh-739a930c1f1825131d31d1ee7220fdfb83ad2538.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'openssh-config-html.lsp')
-rw-r--r--openssh-config-html.lsp2
1 files changed, 1 insertions, 1 deletions
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")
%>