diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:12:58 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:12:58 +0000 |
commit | 317ccde9c617d79329269d7f4745fd0a0a56cf9e (patch) | |
tree | 71d334e23ec6b9308e0b7136998842acb081a555 /openssl-viewrequest-html.lsp | |
parent | 3ed7b7ba59c04c8886d0353ac20714d4abcd2bdf (diff) | |
download | acf-openssl-317ccde9c617d79329269d7f4745fd0a0a56cf9e.tar.bz2 acf-openssl-317ccde9c617d79329269d7f4745fd0a0a56cf9e.tar.xz |
Added require statement for html library
Diffstat (limited to 'openssl-viewrequest-html.lsp')
-rw-r--r-- | openssl-viewrequest-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl-viewrequest-html.lsp b/openssl-viewrequest-html.lsp index dc229f9..cbd1c45 100644 --- a/openssl-viewrequest-html.lsp +++ b/openssl-viewrequest-html.lsp @@ -1,4 +1,5 @@ <% local view, viewlibrary = ... %> +<% html = require("acf.html") %> <H1>Request Details</H1> <pre><%= html.html_escape(view.value.value) %></pre> |