summaryrefslogtreecommitdiffstats
path: root/openntpd-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-11 02:24:19 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-11 02:24:19 +0000
commit8e3a16eb5bd0f1c038437c61244bb9407a1db573 (patch)
tree3b3892abef78f3e872cd18e153020f80d66ce0bf /openntpd-config-html.lsp
parentb2bb1ffb0544eb5e8fac0cc75b8a7f634d44eb77 (diff)
downloadacf-openntpd-8e3a16eb5bd0f1c038437c61244bb9407a1db573.tar.bz2
acf-openntpd-8e3a16eb5bd0f1c038437c61244bb9407a1db573.tar.xz
Changes to use new htmlviewfunctions functions
Diffstat (limited to 'openntpd-config-html.lsp')
-rw-r--r--openntpd-config-html.lsp4
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) %>