summaryrefslogtreecommitdiffstats
path: root/rrdtool-newgraphcfg-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:14:35 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:14:35 +0000
commit15286146e7a37e94922ee5f2b3243a67fb6bd69b (patch)
tree48fb9d3159af83d54c508a061d1ce5c0801eda52 /rrdtool-newgraphcfg-html.lsp
parent496505602e6bcbdf0c316e62d5cf6c7880eabdf2 (diff)
downloadacf-rrdtool-15286146e7a37e94922ee5f2b3243a67fb6bd69b.tar.bz2
acf-rrdtool-15286146e7a37e94922ee5f2b3243a67fb6bd69b.tar.xz
Added require statement for html library
Diffstat (limited to 'rrdtool-newgraphcfg-html.lsp')
-rwxr-xr-xrrdtool-newgraphcfg-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rrdtool-newgraphcfg-html.lsp b/rrdtool-newgraphcfg-html.lsp
index 5d150d9..005ac4d 100755
--- a/rrdtool-newgraphcfg-html.lsp
+++ b/rrdtool-newgraphcfg-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info = ... %>
<% require("htmlviewfunctions") %>
+<% html = require("acf.html") %>
<H1>Create new rrdtool-graph file</H1>