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 --- interfaces-read-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'interfaces-read-html.lsp') diff --git a/interfaces-read-html.lsp b/interfaces-read-html.lsp index 5094332..a3f174b 100644 --- a/interfaces-read-html.lsp +++ b/interfaces-read-html.lsp @@ -1,5 +1,6 @@ <% local view, viewlibrary, page_info, session = ... require("htmlviewfunctions") +html = require("acf.html") %> <% showoption = function(option) -- cgit v1.2.3