summaryrefslogtreecommitdiffstats
path: root/openvpn-viewconfig-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn-viewconfig-html.lsp')
-rw-r--r--openvpn-viewconfig-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/openvpn-viewconfig-html.lsp b/openvpn-viewconfig-html.lsp
index 35118f9..5b76598 100644
--- a/openvpn-viewconfig-html.lsp
+++ b/openvpn-viewconfig-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ... %>
<% format = require("acf.format") %>
+<% html = require("acf.html") %>
<% local shortname = string.gsub(view.value.name, "^.*/", "") %>
<h1><%= html.html_escape(format.cap_begin_word(view.value.type)) %> Config</h1>