summaryrefslogtreecommitdiffstats
path: root/tinydns-view-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-view-html.lsp
parentd7bb6f615c6622b18edeaf34e1f53703a6454baf (diff)
downloadacf-tinydns-f1d1609f44a1740f9b98d140004b7528618c5757.tar.bz2
acf-tinydns-f1d1609f44a1740f9b98d140004b7528618c5757.tar.xz
Added require statement for html library
Diffstat (limited to 'tinydns-view-html.lsp')
-rw-r--r--tinydns-view-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinydns-view-html.lsp b/tinydns-view-html.lsp
index fdde443..99cf75d 100644
--- a/tinydns-view-html.lsp
+++ b/tinydns-view-html.lsp
@@ -1,4 +1,5 @@
<% local view, viewlibrary, page_info = ...
+html = require("acf.html")
%>
<script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery-latest.js"></script>