summaryrefslogtreecommitdiffstats
path: root/postfix-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:13:32 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:13:32 +0000
commita132ee26d8fbadc61994b4bf78ebe7dd3e259849 (patch)
tree58260a1f374f314443841bc12d76c0c331dcf8f8 /postfix-details-html.lsp
parentfeefc1de40ad9a602142249bf43b31d8ae9d0dc4 (diff)
downloadacf-postfix-a132ee26d8fbadc61994b4bf78ebe7dd3e259849.tar.bz2
acf-postfix-a132ee26d8fbadc61994b4bf78ebe7dd3e259849.tar.xz
Added require statement for html library
Diffstat (limited to 'postfix-details-html.lsp')
-rw-r--r--postfix-details-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/postfix-details-html.lsp b/postfix-details-html.lsp
index ae142cd..905a057 100644
--- a/postfix-details-html.lsp
+++ b/postfix-details-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% viewlibrary.dispatch_component("status") %>