summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:32:26 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:32:26 +0000
commitb8f3ca4b701be248a36d2f1de3eb0f6d5a603151 (patch)
tree6153f1e44b7fe7f5a55a5c1c6cc886225e7a73fc
parentd7af70635c2c5d11061c60b7148ce11c2aecc318 (diff)
downloadacf-clamav-b8f3ca4b701be248a36d2f1de3eb0f6d5a603151.tar.bz2
acf-clamav-b8f3ca4b701be248a36d2f1de3eb0f6d5a603151.tar.xz
UI fix, bumped to 0.2.3v0.2.3
-rw-r--r--Makefile2
-rw-r--r--clamav-listfiles-html.lsp5
2 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ad70618..503309e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=clamav
PACKAGE=acf-$(APP_NAME)
-VERSION=0.2.2
+VERSION=0.2.3
APP_DIST=\
clamav* \
diff --git a/clamav-listfiles-html.lsp b/clamav-listfiles-html.lsp
index 42caa56..d6d8ad2 100644
--- a/clamav-listfiles-html.lsp
+++ b/clamav-listfiles-html.lsp
@@ -9,8 +9,7 @@ require("viewfunctions")
end %>
<h1><%= html.html_escape(data.label) %></h1>
-
-<TABLE>
+<DL><TABLE>
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">File</TD>
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">Size</TD>
@@ -25,7 +24,7 @@ end %>
<TD style="white-space:nowrap;" width="90%"><%= html.html_escape(file.mtime) %></TD>
</TR>
<% end %>
-</TABLE>
+</TABLE></DL>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("startstop")