summaryrefslogtreecommitdiffstats
path: root/tinydns-edit-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'tinydns-edit-html.lsp')
-rw-r--r--tinydns-edit-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinydns-edit-html.lsp b/tinydns-edit-html.lsp
index cf70091..e5bb6ba 100644
--- a/tinydns-edit-html.lsp
+++ b/tinydns-edit-html.lsp
@@ -65,6 +65,7 @@ displayinfo(myform,tags,"viewonly")
<H3>FILE CONTENT</H3>
<?
local myform = form.file
+io.write('<input type="hidden" value="' .. myform.filename.value .. '" name="name">')
io.write(html.form[myform.filecontent.type](myform.filecontent))
?>