From b8f3ca4b701be248a36d2f1de3eb0f6d5a603151 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 10 Dec 2009 15:32:26 +0000 Subject: UI fix, bumped to 0.2.3 --- Makefile | 2 +- clamav-listfiles-html.lsp | 5 ++--- 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 %>

<%= html.html_escape(data.label) %>

- - +
@@ -25,7 +24,7 @@ end %> <% end %> -
File Size<%= html.html_escape(file.mtime) %>
+ <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("startstop") -- cgit v1.2.3