summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:12:23 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:12:23 +0000
commitc77cbf98b3ad5a85bcf0b515889f3d961654d79d (patch)
treee2ac8177a0aaa6bc29fe712d968d5087271793fb
parente4e0bd0b6e80956b4ac4a92e2b6bb636af5b9542 (diff)
downloadacf-openntpd-c77cbf98b3ad5a85bcf0b515889f3d961654d79d.tar.bz2
acf-openntpd-c77cbf98b3ad5a85bcf0b515889f3d961654d79d.tar.xz
Added require statement for html library
-rw-r--r--openntpd-config-html.lsp1
-rw-r--r--openntpd-details-html.lsp1
2 files changed, 2 insertions, 0 deletions
diff --git a/openntpd-config-html.lsp b/openntpd-config-html.lsp
index 2cd2cb3..b6d6b55 100644
--- a/openntpd-config-html.lsp
+++ b/openntpd-config-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% if viewlibrary and viewlibrary.dispatch_component then
diff --git a/openntpd-details-html.lsp b/openntpd-details-html.lsp
index db71acd..b9ec189 100644
--- a/openntpd-details-html.lsp
+++ b/openntpd-details-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% if viewlibrary and viewlibrary.dispatch_component then