diff options
-rw-r--r-- | openntpd-config-html.lsp | 1 | ||||
-rw-r--r-- | openntpd-details-html.lsp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/openntpd-config-html.lsp b/openntpd-config-html.lsp index 2cd2cb3..b6d6b55 100644 --- a/openntpd-config-html.lsp +++ b/openntpd-config-html.lsp @@ -1,5 +1,6 @@ <% local form, viewlibrary, page_info, session = ... require("htmlviewfunctions") +html = require("acf.html") %> <% if viewlibrary and viewlibrary.dispatch_component then diff --git a/openntpd-details-html.lsp b/openntpd-details-html.lsp index db71acd..b9ec189 100644 --- a/openntpd-details-html.lsp +++ b/openntpd-details-html.lsp @@ -1,5 +1,6 @@ <% local data, viewlibrary = ... require("htmlviewfunctions") +html = require("acf.html") %> <% if viewlibrary and viewlibrary.dispatch_component then |