summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:21:05 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:21:05 +0000
commit9ef19cdafc8c035200b4208ea9d7458ef0d72477 (patch)
tree8481b6c9d8634fb6619f447e14e15f0dd853f248
parent7e995837dc944fbeee6d4c3c137dfe450d8f9cd9 (diff)
downloadacf-ipsec-tools-9ef19cdafc8c035200b4208ea9d7458ef0d72477.tar.bz2
acf-ipsec-tools-9ef19cdafc8c035200b4208ea9d7458ef0d72477.tar.xz
UI fix, bumped to 0.4.1v0.4.1
-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")