diff options
Diffstat (limited to 'app/filedetails-html.lsp')
-rw-r--r-- | app/filedetails-html.lsp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/filedetails-html.lsp b/app/filedetails-html.lsp index 59d0cdd..02b53d6 100644 --- a/app/filedetails-html.lsp +++ b/app/filedetails-html.lsp @@ -29,7 +29,6 @@ displayitem(form.value.mtime) <% if form.value.filecontent.descr then %><P CLASS='descr'><%= string.gsub(html.html_escape(form.value.filecontent.descr), "\n", "<BR>") %></P><% end %> <% if form.type == "form" then %> -<H3>Save</H3> <% displayformend(form) %> <% end %> </form> |