summaryrefslogtreecommitdiffstats
path: root/health-storage-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:06:51 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:06:51 +0000
commitf3bfda4068bf098d2549f3b54cd3100beacae8b2 (patch)
tree870375d76ca2c8050ca5a042612653bb4a8a1079 /health-storage-html.lsp
parentd549d13ce0f8e71f6021b125ab539ed1f1fc21fd (diff)
downloadacf-alpine-baselayout-f3bfda4068bf098d2549f3b54cd3100beacae8b2.tar.bz2
acf-alpine-baselayout-f3bfda4068bf098d2549f3b54cd3100beacae8b2.tar.xz
Added require statement for html library
Diffstat (limited to 'health-storage-html.lsp')
-rw-r--r--health-storage-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/health-storage-html.lsp b/health-storage-html.lsp
index 7e1e78a..0aa11ae 100644
--- a/health-storage-html.lsp
+++ b/health-storage-html.lsp
@@ -1,4 +1,5 @@
<% local view = ... %>
+<% html = require("acf.html") %>
<% displaydisk = function(disk, name)
io.write("<pre>"..html.html_escape(disk.value).."</pre>\n")