summaryrefslogtreecommitdiffstats
path: root/did-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'did-html.lsp')
-rw-r--r--did-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/did-html.lsp b/did-html.lsp
index 963c32f..31f8155 100644
--- a/did-html.lsp
+++ b/did-html.lsp
@@ -18,7 +18,7 @@ end %>
<% if session.didresult then %>
<H1>Last Result</H1><DL>
<P CLASS="descr"><%= string.gsub(html.html_escape(session.didresult), "\n", "<BR>") %></P>
-</DL></H1>
+</DL>
<% end %>
<% displaycommandresults({"editdefinition", "deletedefinition", "publish", "publishall"}, session) %>