summaryrefslogtreecommitdiffstats
path: root/openssl-checkenvironment-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-02-02 11:26:24 -0500
committerTed Trask <ttrask01@yahoo.com>2015-02-02 11:26:24 -0500
commit2238876a4b10036a82ce3cd3e8c9c759651047e8 (patch)
treecbf21c569bc75e425b01d18411ba069e182fbb12 /openssl-checkenvironment-html.lsp
parenta7f4aa9054875f4fdce090afcecdf858c9cc2746 (diff)
downloadacf-openssl-2238876a4b10036a82ce3cd3e8c9c759651047e8.tar.bz2
acf-openssl-2238876a4b10036a82ce3cd3e8c9c759651047e8.tar.xz
Add basedir support to views
Diffstat (limited to 'openssl-checkenvironment-html.lsp')
-rw-r--r--openssl-checkenvironment-html.lsp5
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