summaryrefslogtreecommitdiffstats
path: root/openssl-checkenvironment-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-checkenvironment-html.lsp')
-rw-r--r--openssl-checkenvironment-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/openssl-checkenvironment-html.lsp b/openssl-checkenvironment-html.lsp
index 3775402..9b8848c 100644
--- a/openssl-checkenvironment-html.lsp
+++ b/openssl-checkenvironment-html.lsp
@@ -1,4 +1,4 @@
-<? local form, viewlibrary = ... ?>
+<? local form, viewlibrary, page_info = ... ?>
<? require("viewfunctions") ?>
<? --[[ DEBUG INFORMATION
@@ -9,7 +9,7 @@ io.write(html.cfe_unpack(form))
<DL>
<? displayitem(form.value.status) ?>
<? if form.value.status.errtxt then ?>
-<form action="checkenvironment" method="POST">
-<DT><input class="submit" type="submit" name="<?= form.option ?>" value="<?= form.option ?>"></DT>
+<form action="<?= page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action ?>" method="POST">
+<DT></DT><DD><input class="submit" type="submit" name="<?= form.option ?>" value="<?= form.option ?>"></DD>
<? end ?>
</DL>