From f3bfda4068bf098d2549f3b54cd3100beacae8b2 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:06:51 +0000 Subject: Added require statement for html library --- logfiles-view-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'logfiles-view-html.lsp') diff --git a/logfiles-view-html.lsp b/logfiles-view-html.lsp index 2751941..afb4d13 100644 --- a/logfiles-view-html.lsp +++ b/logfiles-view-html.lsp @@ -1,5 +1,6 @@ <% local form, viewlibrary, page_info = ... %> <% require("htmlviewfunctions") %> +<% html = require("acf.html") %> <% if form.type == "form" then %>

Configuration

-- cgit v1.2.3