diff options
Diffstat (limited to 'openntpd-config-html.lsp')
-rw-r--r-- | openntpd-config-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openntpd-config-html.lsp b/openntpd-config-html.lsp index e4bf203..34e58b4 100644 --- a/openntpd-config-html.lsp +++ b/openntpd-config-html.lsp @@ -4,7 +4,7 @@ html = require("acf.html") %> <% if viewlibrary and viewlibrary.dispatch_component then -viewlibrary.dispatch_component("status") + viewlibrary.dispatch_component("status") end %> -<% htmlviewfunctions.displayitem(form, 1, page_info) %> +<% htmlviewfunctions.displayitem(form, page_info) %> |