summaryrefslogtreecommitdiffstats
path: root/tinydns-edit-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-edit-html.lsp
parentd7bb6f615c6622b18edeaf34e1f53703a6454baf (diff)
downloadacf-tinydns-f1d1609f44a1740f9b98d140004b7528618c5757.tar.bz2
acf-tinydns-f1d1609f44a1740f9b98d140004b7528618c5757.tar.xz
Added require statement for html library
Diffstat (limited to 'tinydns-edit-html.lsp')
-rw-r--r--tinydns-edit-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinydns-edit-html.lsp b/tinydns-edit-html.lsp
index 41f0cfe..2e3282c 100644
--- a/tinydns-edit-html.lsp
+++ b/tinydns-edit-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info = ... %>
<% require("htmlviewfunctions") %>
+<% html = require("acf.html") %>
<% local domain = string.gsub(form.value.filename.value, "^.*/", "") %>
<script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery-latest.js"></script>