diff options
Diffstat (limited to 'openssl-checkenvironment-html.lsp')
-rw-r--r-- | openssl-checkenvironment-html.lsp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openssl-checkenvironment-html.lsp b/openssl-checkenvironment-html.lsp index ae54a17..34dede9 100644 --- a/openssl-checkenvironment-html.lsp +++ b/openssl-checkenvironment-html.lsp @@ -6,6 +6,11 @@ local header_level = htmlviewfunctions.displaysectionstart(form, page_info) if form.value.status.errtxt then htmlviewfunctions.displayformstart(form, page_info) + for name,value in pairs(form.value) do + if value.type == "hidden" then + htmlviewfunctions.displayformitem(value, name) + end + end end htmlviewfunctions.displayitem(form.value.status) if form.value.status.errtxt then |