diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:15:09 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:15:09 +0000 |
commit | efdcfaad8536f60b345b8f88cfed6e56e4f3b84d (patch) | |
tree | 163a309766a36c26fc03609e46466ba2454f41a4 | |
parent | c9eab00f1028613ca657ca4d584c73df1a53e96a (diff) | |
download | acf-snort-efdcfaad8536f60b345b8f88cfed6e56e4f3b84d.tar.bz2 acf-snort-efdcfaad8536f60b345b8f88cfed6e56e4f3b84d.tar.xz |
Added require statement for html library
-rw-r--r-- | snort-details-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snort-details-html.lsp b/snort-details-html.lsp index 879041d..b9f8b2a 100644 --- a/snort-details-html.lsp +++ b/snort-details-html.lsp @@ -1,4 +1,5 @@ <% local data, viewlibrary = ... +html = require("acf.html") %> <% viewlibrary.dispatch_component("status") %> |