summaryrefslogtreecommitdiffstats
path: root/dhcp-edithost-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:09:01 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:09:01 +0000
commitc52675a5dde0e1eb7e8483fd15fe71ba96168611 (patch)
treee4876fdc6ff7557d5695032872504bc488cc8625 /dhcp-edithost-html.lsp
parent3a8a8759b74dd4ffc453113d7e80a992fbca1404 (diff)
downloadacf-dhcp-c52675a5dde0e1eb7e8483fd15fe71ba96168611.tar.bz2
acf-dhcp-c52675a5dde0e1eb7e8483fd15fe71ba96168611.tar.xz
Added require statement for html library
Diffstat (limited to 'dhcp-edithost-html.lsp')
-rw-r--r--dhcp-edithost-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcp-edithost-html.lsp b/dhcp-edithost-html.lsp
index 289bcdc..ce679f2 100644
--- a/dhcp-edithost-html.lsp
+++ b/dhcp-edithost-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<H1><%= html.html_escape(form.label) %></H1>