summaryrefslogtreecommitdiffstats
path: root/postfix-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 21:03:54 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 21:03:54 +0000
commit115b99fc436af8e5fe342c97c08755ee175105d4 (patch)
treeb85714518d84f9e75c2f4a701cb81cf295770130 /postfix-details-html.lsp
parent2c4e8ae5ddaf1a65f7a2e6520b35528aa0b13ae9 (diff)
downloadacf-postfix-115b99fc436af8e5fe342c97c08755ee175105d4.tar.bz2
acf-postfix-115b99fc436af8e5fe342c97c08755ee175105d4.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'postfix-details-html.lsp')
-rw-r--r--postfix-details-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix-details-html.lsp b/postfix-details-html.lsp
index 905a057..778a3bf 100644
--- a/postfix-details-html.lsp
+++ b/postfix-details-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>