From 71016227bcd60452cfd1a903ad3453f35e32d3c3 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:12:14 +0000 Subject: Added require statement for html library --- opennhrp-show-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'opennhrp-show-html.lsp') diff --git a/opennhrp-show-html.lsp b/opennhrp-show-html.lsp index 9ca12f6..241973d 100644 --- a/opennhrp-show-html.lsp +++ b/opennhrp-show-html.lsp @@ -1,5 +1,6 @@ <% local data, viewlibrary, page_info = ... require("htmlviewfunctions") +html = require("acf.html") %> <% if viewlibrary and viewlibrary.dispatch_component then -- cgit v1.2.3