From 9bb5f5967b53ce365f8ad2813c0e1a0a0865b92a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 00:50:33 +0000 Subject: Modified require statements for acf. libraries, updated for viewfunctions to htmlviewfunctions, deleted startstop view --- clamav-details-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clamav-details-html.lsp') 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")

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

<% -displayitem(data) +htmlviewfunctions.displayitem(data) %>
-- cgit v1.2.3