From c2c0786741239c87fdefa13eebf064d8d7355e70 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:16:09 +0000 Subject: Added require statement for html library --- weblog-config-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'weblog-config-html.lsp') diff --git a/weblog-config-html.lsp b/weblog-config-html.lsp index 26389b9..4d47c13 100644 --- a/weblog-config-html.lsp +++ b/weblog-config-html.lsp @@ -1,5 +1,6 @@ <% local form, viewlibrary, page_info = ... require("htmlviewfunctions") +html = require("acf.html") %>

<%= html.html_escape(form.label) %>

-- cgit v1.2.3