summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:09:45 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:09:45 +0000
commit41c6a26c2849ee9165f55ae7fbafff88f8151111 (patch)
treee59121ff4ff948d4cab1e439265b6e6dd177d25b
parent6fbb30b6ee2fd2ce5f1cbe2b30a12fccb2cc2f1c (diff)
downloadacf-dovecot-41c6a26c2849ee9165f55ae7fbafff88f8151111.tar.bz2
acf-dovecot-41c6a26c2849ee9165f55ae7fbafff88f8151111.tar.xz
Added require statement for html library
-rw-r--r--dovecot-details-html.lsp1
1 files changed, 1 insertions, 0 deletions
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") %>