From 67e462c9e1ce8d4169ad3d491352d8c47ac8840a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 10 Aug 2016 14:59:48 +0000 Subject: Remove trailing whitespace --- dnscache-listdomains-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dnscache-listdomains-html.lsp') diff --git a/dnscache-listdomains-html.lsp b/dnscache-listdomains-html.lsp index 8318904..625e5ea 100644 --- a/dnscache-listdomains-html.lsp +++ b/dnscache-listdomains-html.lsp @@ -1,4 +1,4 @@ -<% local data, viewlibrary, page_info, session = ... +<% local data, viewlibrary, page_info, session = ... htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> @@ -42,7 +42,7 @@ local header_level2 = htmlviewfunctions.displaysectionstart(cfe({label="Edit/Vie <% domain.value = d htmlviewfunctions.displayitem(cfe({type="link", value={domain=domain, redir=redir}, label="", option="Edit", action="editdomain"}), page_info, -1) - if d ~= "@" then + if d ~= "@" then htmlviewfunctions.displayitem(cfe({type="form", value={domain=domain}, label="", option="Delete", action="deletedomain"}), page_info, -1) end %> -- cgit v1.2.3