diff options
-rw-r--r-- | app/filedetails-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/filedetails-html.lsp b/app/filedetails-html.lsp index 0883a58..ae6d218 100644 --- a/app/filedetails-html.lsp +++ b/app/filedetails-html.lsp @@ -25,7 +25,7 @@ htmlviewfunctions.displaysectionstart(cfe({label="File Content"}), page_info, he if form.type == "form" then htmlviewfunctions.displayformstart(form, page_info) form.value.filename.type = "hidden" - htmlviewfunctions.displayformitem(form.value.filename) + htmlviewfunctions.displayformitem(form.value.filename, "filename") end %> <textarea name="filecontent"> |