From 345446b1499f93da9ab64a8b2dade8cf4f00a336 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 21:17:12 +0000 Subject: Change use of require to work with Lua 5.2 --- vlc-logfile-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vlc-logfile-html.lsp') diff --git a/vlc-logfile-html.lsp b/vlc-logfile-html.lsp index 6250093..8bbb979 100644 --- a/vlc-logfile-html.lsp +++ b/vlc-logfile-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %>

Logfile

-- cgit v1.2.3