summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tinydns-edit-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinydns-edit-html.lsp b/tinydns-edit-html.lsp
index 95b2fa0..92cdd21 100644
--- a/tinydns-edit-html.lsp
+++ b/tinydns-edit-html.lsp
@@ -153,7 +153,7 @@ displayitem(form.value.mtime)
<form action="" method="POST">
<input type="hidden" name="filename" value="<?= form.value.filename.value ?>">
-<input type="hidden" name="filecontent" value="">
+<input type="hidden" name="filecontent" value="<?= form.value.filecontent.value ?>">
<H2>SAVE AND APPLY ABOVE SETTINGS</H2>
<DL><DT>Save/Apply above settings</DT><DD><input class="submit" type="submit" name="<?= form.option ?>" value="Save"></DD></DL>
</form>