diff options
Diffstat (limited to 'syslog-loginfo-html.lsp')
-rw-r--r-- | syslog-loginfo-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syslog-loginfo-html.lsp b/syslog-loginfo-html.lsp index 2c3c4f2..0e9b408 100644 --- a/syslog-loginfo-html.lsp +++ b/syslog-loginfo-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% ---[[ %> <% if viewlibrary and viewlibrary.dispatch_component then |