summaryrefslogtreecommitdiffstats
path: root/modules-edit-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-10-07 13:18:50 +0200
committerMika Havela <mika.havela@gmail.com>2009-10-07 13:18:50 +0200
commit54801056163810fe30c2781a9e1e9a3d5d3c7b8c (patch)
tree0bec6ed08092f138ad9c7ef1db8e5a6ec940b933 /modules-edit-html.lsp
parent91f7e47495a8bb1cd6323fc7b30a1aba5c306cd9 (diff)
downloadacf-alpine-baselayout-54801056163810fe30c2781a9e1e9a3d5d3c7b8c.tar.bz2
acf-alpine-baselayout-54801056163810fe30c2781a9e1e9a3d5d3c7b8c.tar.xz
Graphical fix. Modifying <DL> to fix skin issues.
Diffstat (limited to 'modules-edit-html.lsp')
-rw-r--r--modules-edit-html.lsp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules-edit-html.lsp b/modules-edit-html.lsp
index e3c0f8d..5a96422 100644
--- a/modules-edit-html.lsp
+++ b/modules-edit-html.lsp
@@ -31,7 +31,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>