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 --- password-edit-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'password-edit-html.lsp') diff --git a/password-edit-html.lsp b/password-edit-html.lsp index b9cc9df..0eeddaa 100644 --- a/password-edit-html.lsp +++ b/password-edit-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