From 41c6a26c2849ee9165f55ae7fbafff88f8151111 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:09:45 +0000 Subject: Added require statement for html library --- dovecot-details-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'dovecot-details-html.lsp') diff --git a/dovecot-details-html.lsp b/dovecot-details-html.lsp index ae142cd..905a057 100644 --- a/dovecot-details-html.lsp +++ b/dovecot-details-html.lsp @@ -1,5 +1,6 @@ <% local data, viewlibrary = ... require("htmlviewfunctions") +html = require("acf.html") %> <% viewlibrary.dispatch_component("status") %> -- cgit v1.2.3