summaryrefslogtreecommitdiffstats
path: root/dnscache-listdomains-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 14:59:48 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 14:59:48 +0000
commit67e462c9e1ce8d4169ad3d491352d8c47ac8840a (patch)
tree6f16d8fd0c7f8ed2f43fe25e98540e993083d0ae /dnscache-listdomains-html.lsp
parent9ad1da375ba30c97ceb1346b987920964aa42728 (diff)
downloadacf-dnscache-67e462c9e1ce8d4169ad3d491352d8c47ac8840a.tar.bz2
acf-dnscache-67e462c9e1ce8d4169ad3d491352d8c47ac8840a.tar.xz
Remove trailing whitespaceHEADmaster
Diffstat (limited to 'dnscache-listdomains-html.lsp')
-rw-r--r--dnscache-listdomains-html.lsp4
1 files changed, 2 insertions, 2 deletions
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
%>