summaryrefslogtreecommitdiffstats
path: root/opennhrp-editinterface-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:12:14 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:12:14 +0000
commit71016227bcd60452cfd1a903ad3453f35e32d3c3 (patch)
treecbc2963d6b6cdecc9c8c70af01746d351d2fba50 /opennhrp-editinterface-html.lsp
parent11f16fab65442b7ae9345e17ec405f967ccab9e8 (diff)
downloadacf-opennhrp-71016227bcd60452cfd1a903ad3453f35e32d3c3.tar.bz2
acf-opennhrp-71016227bcd60452cfd1a903ad3453f35e32d3c3.tar.xz
Added require statement for html library
Diffstat (limited to 'opennhrp-editinterface-html.lsp')
-rw-r--r--opennhrp-editinterface-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/opennhrp-editinterface-html.lsp b/opennhrp-editinterface-html.lsp
index b389f9d..59f5946 100644
--- a/opennhrp-editinterface-html.lsp
+++ b/opennhrp-editinterface-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery-latest.js"></script>