From c2c0786741239c87fdefa13eebf064d8d7355e70 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:16:09 +0000 Subject: Added require statement for html library --- weblog-listfiles-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'weblog-listfiles-html.lsp') diff --git a/weblog-listfiles-html.lsp b/weblog-listfiles-html.lsp index 6d0cc4c..bdef372 100644 --- a/weblog-listfiles-html.lsp +++ b/weblog-listfiles-html.lsp @@ -1,5 +1,6 @@ <% local view, viewlibrary, page_info, session = ... require("htmlviewfunctions") +html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"editfile"}, session) %> -- cgit v1.2.3