summaryrefslogtreecommitdiffstats
path: root/logfiles-view-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'logfiles-view-html.lsp')
-rw-r--r--logfiles-view-html.lsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/logfiles-view-html.lsp b/logfiles-view-html.lsp
index 386eb91..e3c58df 100644
--- a/logfiles-view-html.lsp
+++ b/logfiles-view-html.lsp
@@ -20,6 +20,7 @@ end
</DL>
<H3>File Content</H3>
+<DL>
<% if form.type == "form" then %>
<% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action %>
<% displayformstart(form) %>
@@ -32,7 +33,7 @@ end
<% 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>
+</DL>