summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules-edit-html.lsp1
-rw-r--r--modules-status-html.lsp2
2 files changed, 2 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>
diff --git a/modules-status-html.lsp b/modules-status-html.lsp
index 8d797b5..ad14d86 100644
--- a/modules-status-html.lsp
+++ b/modules-status-html.lsp
@@ -3,4 +3,6 @@
<h1>Modules</h1>
<h2>Installed modules</h2>
+<DL>
<pre><%= html.html_escape(view.value) %></pre>
+</DL>