diff options
Diffstat (limited to 'app/filedetails-html.lsp')
-rw-r--r-- | app/filedetails-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/filedetails-html.lsp b/app/filedetails-html.lsp index 9562687..dac4444 100644 --- a/app/filedetails-html.lsp +++ b/app/filedetails-html.lsp @@ -20,6 +20,7 @@ displayitem(form.value.mtime) <? if form.descr then ?><P CLASS='descr'><?= string.gsub(form.descr, "\n", "<BR>") ?></P><? end ?> <? if form.errtxt then ?><P CLASS='error'><?= string.gsub(form.errtxt, "\n", "<BR>") ?></P><? end ?> <form action="<?= page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action ?>" method="POST"> +<input type="hidden" name="filename" value="<?= form.value.filename.value ?>"> <textarea name="filecontent"> <?= form.value.filecontent.value ?> </textarea> |