summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:33:18 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:33:18 +0000
commit9b9f732ca7b6fa30143aa4b32b881c2e6d19222c (patch)
treea3ab5be9330907106a74b32486ba157c260edb15
parente4e64aee6e6266665ba5db90079dafaf45b749f8 (diff)
downloadacf-dnscache-9b9f732ca7b6fa30143aa4b32b881c2e6d19222c.tar.bz2
acf-dnscache-9b9f732ca7b6fa30143aa4b32b881c2e6d19222c.tar.xz
UI fix, bumped to 0.2.1v0.2.1
-rw-r--r--Makefile2
-rw-r--r--dnscache-listdomains-html.lsp4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 78d6d3a..f3959d9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=dnscache
PACKAGE=acf-$(APP_NAME)
-VERSION=0.2.0
+VERSION=0.2.1
APP_DIST=\
dnscache* \
diff --git a/dnscache-listdomains-html.lsp b/dnscache-listdomains-html.lsp
index 2c3cfd2..45d3e7f 100644
--- a/dnscache-listdomains-html.lsp
+++ b/dnscache-listdomains-html.lsp
@@ -14,7 +14,7 @@ io.write("</span>")
<h1>Configuration</h1>
<h2>Edit/View DNS server entries</h2>
-<TABLE>
+<DL><TABLE>
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">Action</TD>
<TD style="white-space:nowrap;text-align:left;" class="header">Domain</TD>
@@ -30,7 +30,7 @@ io.write("</span>")
<TD style="white-space:nowrap;" width="90%"><%= html.html_escape(domain) %></TD>
</TR>
<% end %>
-</TABLE>
+</TABLE></DL>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("createdomain")