summaryrefslogtreecommitdiffstats
path: root/modules-edit-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:06:51 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:06:51 +0000
commitf3bfda4068bf098d2549f3b54cd3100beacae8b2 (patch)
tree870375d76ca2c8050ca5a042612653bb4a8a1079 /modules-edit-html.lsp
parentd549d13ce0f8e71f6021b125ab539ed1f1fc21fd (diff)
downloadacf-alpine-baselayout-f3bfda4068bf098d2549f3b54cd3100beacae8b2.tar.bz2
acf-alpine-baselayout-f3bfda4068bf098d2549f3b54cd3100beacae8b2.tar.xz
Added require statement for html library
Diffstat (limited to 'modules-edit-html.lsp')
-rw-r--r--modules-edit-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-edit-html.lsp b/modules-edit-html.lsp
index d91cd35..ecac2ba 100644
--- a/modules-edit-html.lsp
+++ b/modules-edit-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info, session = ... %>
<% require("htmlviewfunctions") %>
+<% html = require("acf.html") %>
<% htmlviewfunctions.displaycommandresults({"reload"}, session) %>