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-tail-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'logfiles-tail-html.lsp') diff --git a/logfiles-tail-html.lsp b/logfiles-tail-html.lsp index 1f63e91..ca7a9d7 100644 --- a/logfiles-tail-html.lsp +++ b/logfiles-tail-html.lsp @@ -1,5 +1,6 @@ <% local form, viewlibrary, page_info = ... %> <% require("htmlviewfunctions") %> +<% html = require("acf.html") %>