diff options
Diffstat (limited to 'modules-edit-html.lsp')
-rw-r--r-- | modules-edit-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-edit-html.lsp b/modules-edit-html.lsp index ecac2ba..2677ca0 100644 --- a/modules-edit-html.lsp +++ b/modules-edit-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info, session = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"reload"}, session) %> |