diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:09:18 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:09:18 +0000 |
commit | debcbf0e7573f2e2721657b81a71b1fd069bf79c (patch) | |
tree | 0d89515a228729b95bc22033e50b5b9f7a863953 /did-searchdefinitions-html.lsp | |
parent | eb4226f17fe29d97b3c733e2af26399abf6d134b (diff) | |
download | acf-did-debcbf0e7573f2e2721657b81a71b1fd069bf79c.tar.bz2 acf-did-debcbf0e7573f2e2721657b81a71b1fd069bf79c.tar.xz |
Added require statement for html library
Diffstat (limited to 'did-searchdefinitions-html.lsp')
-rw-r--r-- | did-searchdefinitions-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/did-searchdefinitions-html.lsp b/did-searchdefinitions-html.lsp index bd8365b..cc7970f 100644 --- a/did-searchdefinitions-html.lsp +++ b/did-searchdefinitions-html.lsp @@ -1,5 +1,6 @@ <% local form, viewlibrary, page_info, session = ... %> +<% html = require("acf.html") %> <% if session.didresult then %> <H1>Last Result</H1><DL> |