From f1d1609f44a1740f9b98d140004b7528618c5757 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:15:44 +0000 Subject: Added require statement for html library --- tinydns-edit-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'tinydns-edit-html.lsp') diff --git a/tinydns-edit-html.lsp b/tinydns-edit-html.lsp index 41f0cfe..2e3282c 100644 --- a/tinydns-edit-html.lsp +++ b/tinydns-edit-html.lsp @@ -1,5 +1,6 @@ <% local form, viewlibrary, page_info = ... %> <% require("htmlviewfunctions") %> +<% html = require("acf.html") %> <% local domain = string.gsub(form.value.filename.value, "^.*/", "") %> -- cgit v1.2.3