diff options
Diffstat (limited to 'dnscache-config-html.lsp')
-rw-r--r-- | dnscache-config-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dnscache-config-html.lsp b/dnscache-config-html.lsp index 4b9c75a..c5234ca 100644 --- a/dnscache-config-html.lsp +++ b/dnscache-config-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %> <% if viewlibrary and viewlibrary.dispatch_component then @@ -9,5 +9,5 @@ end %> <H1>Config</H1> <% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action - displayform(form) + htmlviewfunctions.displayform(form) %> |