From 86295c2cb82d92faacad467a73e2219f2747f7e9 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:08:03 +0000 Subject: Added require statement for html library --- chrony-details-html.lsp | 1 + chrony-keyfile-html.lsp | 1 + 2 files changed, 2 insertions(+) diff --git a/chrony-details-html.lsp b/chrony-details-html.lsp index f7b219d..423c264 100644 --- a/chrony-details-html.lsp +++ b/chrony-details-html.lsp @@ -1,5 +1,6 @@ <% local data, viewlibrary = ... require("htmlviewfunctions") +html = require("acf.html") %> <% viewlibrary.dispatch_component("status") %> diff --git a/chrony-keyfile-html.lsp b/chrony-keyfile-html.lsp index 1925cab..02c399d 100644 --- a/chrony-keyfile-html.lsp +++ b/chrony-keyfile-html.lsp @@ -1,5 +1,6 @@ <% local form, viewlibrary, page_info, session = ... %> <% require("htmlviewfunctions") %> +<% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"enablekeyfile"}, session) %> -- cgit v1.2.3