summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--ipsectools-listcerts-html.lsp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3022dfa..a1197fa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=ipsec-tools
PACKAGE=acf-$(APP_NAME)
-VERSION=0.4.0
+VERSION=0.4.1
APP_DIST=\
ipsectools* \
diff --git a/ipsectools-listcerts-html.lsp b/ipsectools-listcerts-html.lsp
index d2f3c69..597f0fe 100644
--- a/ipsectools-listcerts-html.lsp
+++ b/ipsectools-listcerts-html.lsp
@@ -23,7 +23,7 @@
<TD style="white-space:nowrap;"><%= html.html_escape(cert) %></TD>
</TR>
<% end %>
-</TABLE>
+</TABLE></DL>
<% if viewlibrary.dispatch_component and session.permissions.ipsectools.uploadcert then
viewlibrary.dispatch_component("uploadcert")