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-listinterfaces-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'opennhrp-listinterfaces-html.lsp') diff --git a/opennhrp-listinterfaces-html.lsp b/opennhrp-listinterfaces-html.lsp index 8a38e51..9794645 100644 --- a/opennhrp-listinterfaces-html.lsp +++ b/opennhrp-listinterfaces-html.lsp @@ -1,5 +1,6 @@ <% local view, viewlibrary, page_info, session = ... require("htmlviewfunctions") +html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"editinterface"}, session) %> -- cgit v1.2.3