summaryrefslogtreecommitdiffstats
path: root/openssl-putcacert-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-putcacert-html.lsp')
-rw-r--r--openssl-putcacert-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-putcacert-html.lsp b/openssl-putcacert-html.lsp
index 2707c09..ed3ab02 100644
--- a/openssl-putcacert-html.lsp
+++ b/openssl-putcacert-html.lsp
@@ -7,7 +7,7 @@ io.write(html.cfe_unpack(form))
<H1><?= form.label ?></H1>
<?
- form.action = '" enctype="multipart/form-data'
+ form.action = 'putcacert" enctype="multipart/form-data'
form.value.ca.type="file"
form.value.password.type="password"
local order = {"ca", "password"}