diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:06:51 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:06:51 +0000 |
commit | f3bfda4068bf098d2549f3b54cd3100beacae8b2 (patch) | |
tree | 870375d76ca2c8050ca5a042612653bb4a8a1079 /password-edit-html.lsp | |
parent | d549d13ce0f8e71f6021b125ab539ed1f1fc21fd (diff) | |
download | acf-alpine-baselayout-f3bfda4068bf098d2549f3b54cd3100beacae8b2.tar.bz2 acf-alpine-baselayout-f3bfda4068bf098d2549f3b54cd3100beacae8b2.tar.xz |
Added require statement for html library
Diffstat (limited to 'password-edit-html.lsp')
-rw-r--r-- | password-edit-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
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") %> <H1><%= html.html_escape(form.label) %></H1> |