summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:12:04 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:12:04 +0000
commitde612941217b58dbf2a556ffcd3341cad906b25d (patch)
treef13c280cd2dae5ebaea98a28bae94c8a4f203289
parentbd172e3848bb8cd52f7999098f6b506296f1d50e (diff)
downloadacf-mdadm-de612941217b58dbf2a556ffcd3341cad906b25d.tar.bz2
acf-mdadm-de612941217b58dbf2a556ffcd3341cad906b25d.tar.xz
Added require statement for html library
-rw-r--r--mdadm-details-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdadm-details-html.lsp b/mdadm-details-html.lsp
index ae142cd..905a057 100644
--- a/mdadm-details-html.lsp
+++ b/mdadm-details-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% viewlibrary.dispatch_component("status") %>