From 39554838b79c2194b6d39b69978a7910a326db9e Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:13:40 +0000 Subject: Added require statement for html library --- postgresql-details-html.lsp | 1 + postgresql-listfiles-html.lsp | 1 + 2 files changed, 2 insertions(+) diff --git a/postgresql-details-html.lsp b/postgresql-details-html.lsp index ae142cd..905a057 100644 --- a/postgresql-details-html.lsp +++ b/postgresql-details-html.lsp @@ -1,5 +1,6 @@ <% local data, viewlibrary = ... require("htmlviewfunctions") +html = require("acf.html") %> <% viewlibrary.dispatch_component("status") %> diff --git a/postgresql-listfiles-html.lsp b/postgresql-listfiles-html.lsp index 9d8d6aa..8d80708 100644 --- a/postgresql-listfiles-html.lsp +++ b/postgresql-listfiles-html.lsp @@ -1,5 +1,6 @@ <% local data, viewlibrary, page_info, session = ... require("htmlviewfunctions") +html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"expert"}, session) %> -- cgit v1.2.3