summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--syslog-config-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslog-config-html.lsp b/syslog-config-html.lsp
index 7ad6e78..801deec 100644
--- a/syslog-config-html.lsp
+++ b/syslog-config-html.lsp
@@ -10,7 +10,7 @@ local header_level = htmlviewfunctions.displaysectionstart(form, page_info)
local header_level2 = htmlviewfunctions.incrementheader(header_level)
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
-htmlviewfunctions.displayformstart(form)
+htmlviewfunctions.displayformstart(form, page_info)
htmlviewfunctions.displaysectionstart(cfe({label="General"}), page_info, header_level2)
htmlviewfunctions.displayformitem(form.value.logfile, "logfile")
htmlviewfunctions.displayformitem(form.value.loglevel, "loglevel")