diff options
Diffstat (limited to 'modules-edit-html.lsp')
-rw-r--r-- | modules-edit-html.lsp | 1 |
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) %> |