From f3bfda4068bf098d2549f3b54cd3100beacae8b2 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:06:51 +0000 Subject: Added require statement for html library --- health-storage-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'health-storage-html.lsp') 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("
"..html.html_escape(disk.value).."
\n") -- cgit v1.2.3