summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:07:48 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:07:48 +0000
commitf98fe01ef3c5177c67f1c93a65d066c47385a25f (patch)
tree69afef098d3859a36afc63fc12e9f024117dd601
parent8075692d9776e7373d4ef340600f4fe91e779181 (diff)
downloadacf-asterisk-f98fe01ef3c5177c67f1c93a65d066c47385a25f.tar.bz2
acf-asterisk-f98fe01ef3c5177c67f1c93a65d066c47385a25f.tar.xz
Added require statement for html library
-rw-r--r--asterisk-listfiles-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/asterisk-listfiles-html.lsp b/asterisk-listfiles-html.lsp
index bcc9020..e99c936 100644
--- a/asterisk-listfiles-html.lsp
+++ b/asterisk-listfiles-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"edit"}, session) %>