summaryrefslogtreecommitdiffstats
path: root/tinydns-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:15:44 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:15:44 +0000
commitf1d1609f44a1740f9b98d140004b7528618c5757 (patch)
tree07d4a7283c0721d9dfa752ef9715fac4be9b1e39 /tinydns-status-html.lsp
parentd7bb6f615c6622b18edeaf34e1f53703a6454baf (diff)
downloadacf-tinydns-f1d1609f44a1740f9b98d140004b7528618c5757.tar.bz2
acf-tinydns-f1d1609f44a1740f9b98d140004b7528618c5757.tar.xz
Added require statement for html library
Diffstat (limited to 'tinydns-status-html.lsp')
-rw-r--r--tinydns-status-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinydns-status-html.lsp b/tinydns-status-html.lsp
index 7fd6802..782370d 100644
--- a/tinydns-status-html.lsp
+++ b/tinydns-status-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"install","edit"}, session) %>