From 9f76fb6973f7aa435b61f16f9c20baa63ac50ffa Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:15:53 +0000 Subject: Added require statement for html library --- vlc-logfile-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'vlc-logfile-html.lsp') diff --git a/vlc-logfile-html.lsp b/vlc-logfile-html.lsp index 7cc9795..6250093 100644 --- a/vlc-logfile-html.lsp +++ b/vlc-logfile-html.lsp @@ -1,5 +1,6 @@ <% local form, viewlibrary, page_info = ... %> <% require("htmlviewfunctions") %> +<% html = require("acf.html") %>

Logfile

File Details

-- cgit v1.2.3