summaryrefslogtreecommitdiffstats
path: root/clamav-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 00:50:33 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 00:50:33 +0000
commit9bb5f5967b53ce365f8ad2813c0e1a0a0865b92a (patch)
tree22fbd4e872180160bb0e291ceb9b4aa757cd5714 /clamav-details-html.lsp
parent74cd43acdab91246edf4acaf5f646eed2063f39e (diff)
downloadacf-clamav-9bb5f5967b53ce365f8ad2813c0e1a0a0865b92a.tar.bz2
acf-clamav-9bb5f5967b53ce365f8ad2813c0e1a0a0865b92a.tar.xz
Modified require statements for acf. libraries, updated for viewfunctions to htmlviewfunctions, deleted startstop view
Diffstat (limited to 'clamav-details-html.lsp')
-rw-r--r--clamav-details-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clamav-details-html.lsp b/clamav-details-html.lsp
index 8f1363e..ae142cd 100644
--- a/clamav-details-html.lsp
+++ b/clamav-details-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<% viewlibrary.dispatch_component("status") %>
@@ -7,6 +7,6 @@ require("viewfunctions")
<H2><%= html.html_escape(data.label) %></H2>
<DL>
<%
-displayitem(data)
+htmlviewfunctions.displayitem(data)
%>
</DL>