diff options
Diffstat (limited to 'openvpn-viewconfig-html.lsp')
-rw-r--r-- | openvpn-viewconfig-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn-viewconfig-html.lsp b/openvpn-viewconfig-html.lsp index 3152f1d..35118f9 100644 --- a/openvpn-viewconfig-html.lsp +++ b/openvpn-viewconfig-html.lsp @@ -1,5 +1,5 @@ <% local view, viewlibrary, page_info, session = ... %> -<% require("format") %> +<% format = require("acf.format") %> <% local shortname = string.gsub(view.value.name, "^.*/", "") %> <h1><%= html.html_escape(format.cap_begin_word(view.value.type)) %> Config</h1> |