From e9d1dabb876d1644d83a7961a593af4e15eef9b5 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:11:04 +0000 Subject: Added require statement for html library --- iptables-editchain-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables-editchain-html.lsp') diff --git a/iptables-editchain-html.lsp b/iptables-editchain-html.lsp index af06bb6..3648a39 100644 --- a/iptables-editchain-html.lsp +++ b/iptables-editchain-html.lsp @@ -1,5 +1,6 @@ <% local form, viewlibrary, page_info = ... require("htmlviewfunctions") +html = require("acf.html") %>

<%= html.html_escape(form.label) %>

-- cgit v1.2.3