summaryrefslogtreecommitdiffstats
path: root/weblog-editsource-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:16:09 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:16:09 +0000
commitc2c0786741239c87fdefa13eebf064d8d7355e70 (patch)
tree1888cd10646053f5ab5bc76d7ba086ccdc301b83 /weblog-editsource-html.lsp
parent6135474e4f2b63e17cf17a535710bfd835e341b3 (diff)
downloadacf-weblog-c2c0786741239c87fdefa13eebf064d8d7355e70.tar.bz2
acf-weblog-c2c0786741239c87fdefa13eebf064d8d7355e70.tar.xz
Added require statement for html library
Diffstat (limited to 'weblog-editsource-html.lsp')
-rw-r--r--weblog-editsource-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/weblog-editsource-html.lsp b/weblog-editsource-html.lsp
index 06f6d9a..90fa784 100644
--- a/weblog-editsource-html.lsp
+++ b/weblog-editsource-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<H1><%= html.html_escape(form.label) %></H1>